Resolved! How to flash custom Bootloader in stm32f407
how to flash bootloader code in to stm32f4 series
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
how to flash bootloader code in to stm32f4 series
Hello,It seems that most examples (stm32cubeh7) are independent in clock tree values, which is exactly the correct way to do it, yet some of the examples are using hardcoded values duplicated from clock tree (duplication) which seems like a bad idea ...
Hello,Is there any reason why only small part of peripherals is supported in HAL function HAL_RCCEx_GetPeriphCLKFreq , ( SAI and SPI ) ? What about all other peripherals ?/** * @brief Return the peripheral clock frequency for a given peripheral(SA...
I am merging two projects .One project is wrote in stm32f401RE and another one is stm32f429i-discovery board.I have already included all path and build the project.It shows error like identifier is undefined.only one file path is not included.But i g...
Dear STM, please fix the defines in stm32h7xx_hal_tim_ex.h as at least TIM_TIMx_ETR are either empty or wrong, according to the datasheet. Here is a short example, _NOT_ stating all incorrect positions:NOW, IN THE FILE stm32h7xx_hal_tim_ex.h in STM32...
In some cases HAL_UART_DeInit is used before using HAL_UART_Init, why is that?
Is there any CAN Examples for STM32F1 Series, using the latest HAL Drivers (V1.7)? I see many examples for SPL, but have yet to come across an example with the HAL implementation. Thanks!Target: STM32F103C8T6Configuration done by CubeMx STM32F1, but ...
How can I store characters in flash memory of STM32F103 using HAL C coding?? I am able to store hex values in flash but no idea on how to save char values.