josecostamartins / qmk_firmware

keyboard controller firmware for Atmel AVR and ARM USB families
http://qmk.fm
GNU General Public License v2.0
27 stars 4 forks source link

check correct bootloader address #3

Open josecostamartins opened 6 years ago

josecostamartins commented 6 years ago

find correct version to put on this file: https://github.com/josecostamartins/qmk_firmware/blob/anne_pro/keyboards/anne_pro/bootloader_defs.h

Based on http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf the bootloader addres should be 0x1FF00000, but that should be further investigated.

The reference manual (http://www.st.com/content/ccc/resource/technical/document/reference_manual/cc/f9/93/b2/f0/82/42/57/CD00240193.pdf/files/CD00240193.pdf/jcr:content/translations/en.CD00240193.pdf) apparently does not show anything of use from the bootloader (but that should be investigated further also)