Skip to content

Commit

Permalink
Update platforms/chibios/GENERIC_STM32_F446XE/configs/config.h
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Brassel <[email protected]>
  • Loading branch information
purdeaandrei and tzarc committed Apr 24, 2021
1 parent 2c3f64b commit e8d0067
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions platforms/chibios/GENERIC_STM32_F446XE/configs/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
*/

/* Address for jumping to bootloader on STM32 chips. */
/* It is chip dependent, the correct number can be looked up here (page 175):
* http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf
* This also requires a patch to chibios:
* <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch
/* It is chip dependent, the correct number can be looked up by checking against ST's application note AN2606.
*/
#define STM32_BOOTLOADER_ADDRESS 0x1FFF0000
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
Expand Down

0 comments on commit e8d0067

Please sign in to comment.