Hello,I've faced some problems with setting up and sending data for STM32L496 Serial Audio Interface (I2S) using HAL functions from the PACK. Could you recommend some software examples or a sequence of actions? Thanks,Alex
I have STM32L496QG soldered on my PCB. I can use only Boot Loader via Serial COM port. I tried to use ST's Flash Loader Demonstrator, it doesn't work. I need some Windows -based software. What can you recommend?
Hello,I can set up SAI's pll, frame, slot parameters successfully. Unfortunately, there is some problem with sending data. When I use the function HAL_SAI_Transmit, I can see that FIFO is fully loaded with data, SAI is enabled using __HAL_SAI_ENABLE(...
I use the PACK 2.3.0. for the micro STM32L496 on the Nucleo-L496ZG board. After SAI1_A initialisation using HAL_SAI_Init(&hsai_BlockA1), I tried to send data usingHAL_SAI_Transmit(&hsai_BlockA1, (u8*)&test_sai, countof(test_sai), HAL_MAX_DELAY). Ever...
I absolutely agree with you: bits DS [3:0] should take care about everything including type of access to the DR register and settings for the FRXTH bit.