2019-04-24 8:22 AM
2019-04-24 8:32 AM
Without knowing the part, or seeing the ELF/HEX file, I'd have to assume you've built the code for the wrong address.
Can STM32 Cube Programmer read the part? Save a .HEX file? Load/write that .HEX file?
2019-04-24 12:45 PM
2019-04-24 1:18 PM
>>Address FACEBOOC a joke?
Probably to someone. @Nawres GHARBI
Seems to load in v1.1.0 Ok might look at an NUCLEO-H743ZI with a newer build later if I have time.
2019-04-25 3:06 AM
Hi @Ggast
Could you attach the .elf or .out please ?
If fact this not a joke, 0xFACEB00C is used to init a pointer with a dummy value for debug stuff.
We used this value to catch a bug, so it will be helpful to have your .elf
2019-04-25 3:24 AM
The Unix coders had more humor, and used 0xDEADBEEF.
2019-04-25 6:06 AM
That's an OS these millennials grandparents wrote.
2019-04-25 6:13 AM
Ah, thanks for the explanation ... :)