mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 02:13:19 +00:00
arch/arm/src/stm32/stm32_dfumode.c: Add comments. Current implementation only works for STM32F2 and F4.
This commit is contained in:
parent
2b52379dd6
commit
65bd5472c5
1 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,12 @@
|
|||
*
|
||||
* https://community.st.com/s/question/0D50X00009XkhAzSAJ/calling-stm32429ieval-bootloader
|
||||
*
|
||||
* REVISIT: STM32_SYSMEM_BASE is not 0x1fff000 for all STM32's. Fof F3's
|
||||
* The SYSMEM base is at 0x1fffd800
|
||||
*
|
||||
* REVISIT: RCC_APB2ENR_SYSCFGEN is not bit bit 14 for all STM32's. For
|
||||
* F3's and L15's, it is bit 0.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
void stm32_dfumode(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue