User Activity

Posted on May 22, 2015 at 23:48I'm reasonably competent in using CubeMX, STM32F4xx with IAR. I added the SDIO driver for micro-SD cards, via the latest HAL libraries that CubeMX utilizes. I have this ID'ing and doing read/write at the driver level...
Posted on April 29, 2015 at 00:51After adding the CRC peripheral for an STM32F415 project... CubeMX bug: stm32f4xx_hal_crc.c is not included in IAR project. The main.c code does have the code to create a handle and all the init code is brought in.  ...
Posted on April 22, 2015 at 23:27 A recurring big problem with CubeMX (all versions. using v4.7/latest now).... After making pin mapping and peripheral config changes, I run GENERATE CODE, as often I do. Too often I get this from CubeMX: ''The Code ...
Posted on April 17, 2015 at 08:25When I did an update to the HAL firmware today, there was a compiler (IAR) error in stm32f4xx_hal_pwr_ex.h line #88 has this typo: #if defined(STM32F405xx) || defined(STM32F407xx) || defined(STM32F415xx) || defined(S...
Posted on April 16, 2015 at 08:33Anyone gotten ST32F4xx SDIO, 1 serial bit, block I/O, to work with DMA? Using HAL sd card driver. Works fine in polled mode. DMA mode - DMA complete doesn't happen. Driver hangs, times out. I'm lacking documentation...