User Activity

Hi,I'm working with X-Cube STL STM32CubeExpansion package, want to know how many  sections of RAM and Flash I can test on STM32H745ZI MCU, #define FLASH_SECTION_SIZE 1024U#define RAM_SECTION_SIZE 128U#ifdef STL_DISABLE_RAM_BCKUP_BUF#define RAM_BACKUP...
Hi, I'm working on a project where I have added x-cube STL for self testing, I'm using IAR 9.30.1 and STM32H745ZIT3Unable to debug or load the code into my target, why this post build command causing problem or CRC injecting in that particular area 0...
Hi,I'm working on POST using X-cube STL in stm32h745zit3 using IAR 9.30.1 version, while flashing the code into target STM32 board it showing error in Debug log post build command everything is fine, on build it's showing CRC area injected successful...
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...
Kudos given to