Posted on April 27, 2016 at 06:04STM32F427 has similar issues. I got 2 SPI working with NSS, other 2 did not work with NSS. To solve the issue you may assign NSS as GPIO CS.
Posted on August 13, 2015 at 03:53It is a long story and depends on compiler implementation. For unsigned 32bit integer you may try it as below for example of time elapse: bool TimeAAfterB(u32 a, u32 b) { u32 d = (b - a); return (d & 0x8000...
Posted on August 06, 2015 at 14:24Cube/HAL is nothing wrong, especially for new embedded developers. SPL users may need some time practices penitently. Cube/HAL may use more weak functions for flexibility and add more examples for feasibility. It is...
Posted on June 03, 2015 at 16:18Hi Jason, The workaround is as follows: 1. Copy unzipped F4 1.6.0 into MX repository (or install it from help menu), rename STM32Cube_FW_F4_V1.5.0 to whatever you like. 2. Rename unzipped F4 1.6.0 (or STM32Cube_FW_F4_...