Frederic Pillon

Results 278 comments of Frederic Pillon
trafficstars

For ref: https://github.com/arduino/arduino-ide/issues/1030#issuecomment-1152005617

Hi @brightproject Here we support only Arduino IDE not PIO. I know we simply disable the Warning because it is linked to the Arm none eabi gcc version used. If...

Just generating some linker script with STM32CubeMX. Now it uses `READONLY` with a warning, maybe we could do like that: ``` .ARM.extab (READONLY) : /* The "READONLY" keyword is only...

Hi @brightproject I've made a PR to fix this. Anyway see my comment: https://github.com/stm32duino/Arduino_Core_STM32/pull/2490#issuecomment-2301603605 For ref: https://www.redhat.com/en/blog/linkers-warnings-about-executable-stacks-and-segments

Hi @jamesy0ung Feel free to contribute and provide a PR.

I would recommend to check the script: https://github.com/stm32duino/Arduino_Tools/blob/main/stm32CubeProg.sh And simply add a new interface (protocol): jlink then in the script simply call it with correct option. About the fact it...

Thanks @jamesy0ung for the PR's. I will try on my side and see if it is OK for other series. I never used J-Link so have to ramp-up.

Hi @maxgerhardt > However, this core fails to support upload via CMSIS-DAP. Don't understand why it fail. It is simply not supported. This is a community project feel free to...