blob: 87ac7b10dce78ee0f48d668d1c4f5e361bd994c1 (
plain)
1
2
3
4
5
|
/* Address for jumping to bootloader on STM32 chips. */
/* It is chip dependent, the correct number can be looked up here:
* http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf
*/
#define STM32_BOOTLOADER_ADDRESS 0x1FFFD800
|