I’m trying to port my project over from stm32cubeide.
But I can’t get the linkerscript to be picked up.
[env:genericSTM32F411CE]
platform = ststm32
platform_packages = framework-stm32cubef4 @ https://github.com/lealoureiro/STM32CubeF4.git#v1.27.1-pio
board = genericSTM32F411CE
framework = stm32cube
upload_protocol = stlink
debug_tool = stlink
board_build.ldscript = STM32F411CEUX_FLASH.ld
when I upload it I expect to see:
RAM: *
Flash: *
CONFIG: *
Where config is the section I added to the linker script.
But config is missing.
Any suggestions as to what I missed?