User Activity

Posted on November 07, 2017 at 20:25So, I have 5 TDM data slots being used in my SAI1 master TX using circular DMA.  I have a buffer that is 10240 bytes in size (5*1024*2).  So, to start the TDM signal, I call: HAL_SAI_Transmit_DMA(&hsai_BlockA1, &D...
Posted on November 03, 2017 at 17:25I have been developing a TDM audio system for a multi-mono output system.  I had the SAI1 BlockA working great a few weeks ago but now I'm not getting anything out of the MCLK or other pins.  I haven't changed the...
Posted on October 25, 2017 at 18:38I'm using an STM32F746VGT6 microcontroller configured from STM32CubeMX for all the clocks and I'm getting roughly 220% higher clock rates reported for SystemCoreClock when compiled. For instance I have an HSE cryst...
Posted on January 13, 2016 at 18:53 So, I'm trying to take the plunge into HAL with my STM32F407VG to be more ''future-proof'' but HAL seems to fight me at every avenue. Today's headache: I2C. Something that is usually pretty trivial to do has t...