2024-07-12 05:50 AM
Hi Guys,
We are having an issue while programming an STM32L4S9AIIX. The error message is: 'File segment @0x08000000 is not 255-bytes aligned. It will be aligned to @0x07FFFFF8.' We tried flashing it using multiple options in the CubeProgrammer, but the result is always the same. We can't find any solutions on the web for this. Looking for solutions from those who have solved these types of errors before.
2024-07-12 07:02 AM - edited 2024-07-12 07:03 AM
Does your linker file have the correct starting point for the FLASH section?
If so, could you attach the ELF or HEX file here? Perhaps (another) bug in the latest STM32CubeProgrammer?