Hi,I am working on a project that store the Configuration data of one device, It needs to be stored in specific sectionstatic unsigned char myBuffer[4] __attribute__((section (".m_data_20000000"))) { 11, 22, 33, 44};with this command I'm able to stor...