We use FreeRTOS memlang aliased instead of newlib...void *malloc(size_t nbytes) __attribute__((alias("pvPortMalloc")));void free(void *ptr) __attribute__((alias("vPortFree")));...inspired by...https://github.com/CHERTS/esp8266-devkit/blob/master/Espr...
Tried 2nd solution...does not work.../* USER CODE BEGIN BeforeReadDMABlocksSection *//* can be used to modify previous code / undefine following code / add code *//* USER CODE END BeforeReadDMABlocksSection *//** * @brief Reads block(s) from a specif...
I am running into this issue on the STM32L496 and I am going to try the 2nd solution. I had no issue with the STM32F405 in this regard and it used different DMA channels for both TX and RX.