stm32ldiscovery Questions
4
Wikipedia says:
A weak symbol denotes a specially annotated symbol during linking of
Executable and Linkable Format (ELF) object files. By default, without
any annotation, a symbol in an objec...
Melodymeloid asked 19/2, 2016 at 14:17
3
Solved
I can't get auto-baud rate detection to work on the STM32L0. I'm using the hardware abstraction layer (HAL).
My initialization code is:
/* USART1 init function */
void MX_USART1_UART_Init(void)
{
...
Hygrograph asked 19/1, 2016 at 10:14
1
The question is as simple as the topic. How to delay exact one clock cycle in STM32?
If the controller runs at 168MHz, is one clock cycle equal to 1/168MHz, which is 5.95ns?
Berfield asked 26/5, 2014 at 6:49
1
© 2022 - 2024 — McMap. All rights reserved.