Helpdesk

Hello,


I finally succeed to compile a bin, without to change the original code from github, But with many warning. I guess it's not very important. But, to be sure, does it possible to flash with the original bin, even if the flash with a new bin fail?


If yes, where can I find your last bin?


my first step is to successfully flash from 1.72c to 1.73, without to change the code, but from my STM32 build.


Second step, change the code with my own features.


Thanks,

sreillon

10.02.23 19:40

Here the last lines of the STM32 console:



arm-none-eabi-size [nbsp] strompi3.elf[nbsp]
[nbsp] [nbsp]text [nbsp] [nbsp] [nbsp] data [nbsp] [nbsp] [nbsp] [nbsp]bss [nbsp] [nbsp] [nbsp] [nbsp]dec [nbsp] [nbsp] [nbsp] [nbsp]hex [nbsp] [nbsp]filename
[nbsp] 29868 [nbsp] [nbsp] [nbsp] [nbsp]224 [nbsp] [nbsp] [nbsp] 3716 [nbsp] [nbsp] [nbsp]33808 [nbsp] [nbsp] [nbsp] 8410 [nbsp] [nbsp]strompi3.elf
Finished building: default.size.stdout
[nbsp]
arm-none-eabi-objdump -h -S [nbsp]strompi3.elf [nbsp][gt] "strompi3.list"
Finished building: strompi3.list
[nbsp]
arm-none-eabi-objcopy [nbsp]-O binary [nbsp]strompi3.elf [nbsp]"strompi3.bin"
Finished building: strompi3.bin
[nbsp]


19:17:51 Build Finished. 0 errors, 30 warnings. (took 9s.174ms)



thanks


[nbsp]

sreillon

10.02.23 19:46

I finally did the flash (I took a chance). All is ok. New features are on the way 👍


[nbsp]


[nbsp]


[nbsp]


[nbsp]


[nbsp]

sreillon

13.02.23 19:09