Alignment of 1-Byte in the custom memory-region
Hello all, I have created a custom section in memory region for the controller 'STM32L073VBT6TR' and also modified the linker-script for the same. I am using the '__attribute__((section(".custom_section")))' with the variables to be placed in the custom-section but however some of the variables with the 'unsigned char' are taking 4-bytes . I assume its the issue for alignment. Kindly suggest a way out. I am using the STM32CUBE-IDE for the development