Hello,
It looks like the synthesizer STuW81300 has RF power degradation across frequency (power is +4dBm at 4GHz and -4dBm at 7.5 GHz). We can't reach declared in data sheet +8dBm at RF1_OUT. How we can control RF power for STu81300 e.g. similarly as...
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.