Posted on June 16, 2015 at 03:49
(I managed to fix this as I was writing this post)
STM32CubeMX 4.8.0 was generating the incorrect prescaler value for SPI3 after upgrading.
.ioc contained:
SPI3.BaudRatePrescaler=SPI_BAUD...
Posted on June 20, 2015 at 09:11IP refers to peripherals, in that context.See Wikipedia: https://en.wikipedia.org/wiki/Semiconductor_intellectual_property_core
Posted on June 20, 2015 at 03:24This bug is also present in STM32CubeMX 4.8.0 / STMCubeF4 1.6.0So frustrating because the bugfix gets overwritten by CubeMX when you regenerate project code.
Posted on November 18, 2014 at 04:11
(forum software ate my reply - trying again)
I have read the 'F4 HAL documentation, and the usage seems fairly straight forward.
In Master Transmit mode, I've been able to get HAL_I2SEx_Transmit...
Posted on November 17, 2014 at 09:09Bumping this.I'm trying to work with the HAL I2S/DMA and things are not always working as expected. The HAL documentation completely lacks implementation details and figuring some of this stuff out is taking far l...