any idea why it is freezing executing *mem_addr = aTxBuffer[index];
I have this code it transfers to 0x90000000 (OSPI) data__IO uint8_t *mem_addr; /* USER CODE BEGIN 2 */HAL_OSPI_MemoryMapped(&hospi1, &sMemMappedCfg) mem_addr = (uint8_t *)(OCTOSPI1_BASE + address);for (index = 0; index < BUFFERSIZE; index++){*mem_ad...