comparison Common/CPU1-F429.ld @ 1032:33b91584d827 Puls_Integration

New CV Pulse: The basic infrastructure for external puls measurement via Bluetooth has been added. Precondition is an OSTC with an activated central role. The OSTC will then search for a BLE device with puls measurement service. Reading data and visualization is not implemented yet.
author Ideenmodellierer
date Mon, 28 Jul 2025 18:34:45 +0200
parents 01f40cb1057e
children
comparison
equal deleted inserted replaced
1031:cd4561c33758 1032:33b91584d827
206 } > ROM 206 } > ROM
207 207
208 /* Define Known Address for Each Font */ 208 /* Define Known Address for Each Font */
209 /* Flash Sector 23 is protected (bootloader font + image) => use end of sector 22 */ 209 /* Flash Sector 23 is protected (bootloader font + image) => use end of sector 22 */
210 210
211 .lower_fonts 0x080A0000 : { 211 .lower_fonts 0x080AA000 : {
212 *(.lower_fonts.image_data_*) 212 *(.lower_fonts.image_data_*)
213 213
214 *(.lower_fonts.*) 214 *(.lower_fonts.*)
215 } > ROM 215 } > ROM
216 216