The SDRAM is 8MB, and starts at 0x60000000I would like o share the first 1MB between the M4 and the M7 coresvoid MPU_Config() {
MPU_Region_InitTypeDef MPU_InitStruct;
/* Disable the MPU */
HAL_MPU_Disable();
// Initialize SDRAM Start as s...
Is there a video, or some help file that can show how to integrate this into the Cube IDE and a project?I read you can download it from Microsoft, but no other documents that I found.Thanks
Thanks, I had seen that document, but as GUIX is not integrated in CUBE IDE, it does not say how to add it. Al could find was "download it and install it from Microsoft web site", but no examples how to do it. have downloaded guix studio, but not...