User Activity

When attempting to configure SAI1 A on an STM32F722R package the only option allowed is "SPDIF TX Transmitter (IEC60958)". I am able to manually set SAI1 A up as a normal I2S port if it its synchronized externally to SAI2 B but CubeMX doesn't appear ...
The HAL_ADC_Init() function takes a handle to an Init structure which includes information fields to configure the oversampling feature. The Init.Oversampling.Ratio field is properly applied, but the Init.Oversampling.RightBitShift field is ignored a...
HAL_RCCEx_GetPLL3ClockFreq() computes the frequency of the three outputs of PLL3. When PLL3 is in Fractional N mode it reports wildly inaccurate frequencies which can affect the setup of other peripherals like the SAI.The problem is that the PLL3 cod...
Posted on December 13, 2012 at 05:05I've built a small breakout board for the STM32F373CC:http://ebrombaugh.studionebula.com/embedded/stm32f373breakout/index.htmlI was hoping to be able to use BOOT mode to load it up via the USB device port, but I c...
Kudos from