CubeMX has no NVIC (interrupt) setting for I2S unit 1,4,5 ?
I am using the CubeMX to set up a STM32F413 to receive audio signal form the I2S unit 1 . But then I found that the CubeMX do not allow set up of NVIC for unit 1, 4,5 of the I2S. Only unit 2,3 which have full duplex function have NVIC setting. This means one has to do polling to check whether data is received. And then the DMA setting only allow TX, not RX mode.
But nothing in the manual RM0430 mentioned that unit 1, 4,5 are different from the unit 2 & 3 in this way.
My understanding from the manual is all I2S units can be configured to generate interrupt by TXE or RXNE and DMA is available for both TX and RX.
I misunderstood the manual or there is a bug in the CubeMX such that I have to hand code unit 1 of the I2S?
