STM32H723 SPI6 with BDMA doesn't work under Arduino Framework
Here's the definition of some functions that is used to allocate variable in D3 SRAM. typedef struct { uint16_t PackType; uint8_t Data[8]; uint8_t reserved[2]; }PinBasePack; #define sMemory(mem,type) ((type *)(sMem(&mem,sizeof(type)))) typede...