Skip to content

Commit

Permalink
Update config bootloader jump description
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Brassel <[email protected]>
  • Loading branch information
Xelus22 and tzarc committed Apr 26, 2021
1 parent 06ed5de commit c31025e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions platforms/chibios/GENERIC_STM32_L433XC/configs/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@
*/

/* 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

#define PAL_STM32_OSPEED_HIGHEST PAL_STM32_OSPEED_HIGH

#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
#endif
#endif

0 comments on commit c31025e

Please sign in to comment.