User Activity

I am using the QSPI on my nucleo STM32F767zi  board to access a WINBOND FLASH chip.  I am using cubeMX 2.61 with IAR compiler 7.80. ​I can access the FLASH chip using HAL_QSPI_COmmand(). I appear to get dat when I issue a command to read the chip and...
In the FS mode the reference manual state that  USB RX DMA is only available in HS mode. In MXCube it seems that I can set USB OTG HS and set internal Phy to "device only". Does this activate the RX DMA? ​It also seems to change the pins assignment o...
Additionally, the receive marks the buffer ownership to the DMA in a for loop. This also creates a timing problem between the hardware DMA and the receiving task freeing buffers.is there a better code for ethernetif.c?if ((heth.Instance->DMASR & ETH_...