Posted on July 14, 2014 at 02:29
In trying to compile generated code from the STM32CubeMX application for the STM32F429I-DISCO board, I've found a problem with part of the HAL library.
Simply, the PLLSAI assert #defines have a bug in thei...
Posted on May 20, 2014 at 18:44
I'm trying to test out and utilize the STM32Cube configuration / code generation system to help get things on a new project started. The project is using an SD card, to which I want FatFS access internally. Ideall...
Posted on March 25, 2015 at 22:36 I have seen all these posts about it working with DMA and not working with polling. However, I can't seem to get the current set of drivers (v1.3 or even 1.4) working with DMA mode. It seems that the interrupts ar...
Posted on May 24, 2014 at 03:02 Attached is the file I know is not working. This is the problem at least I experience: Notice the lack of any formatting of the NVIC button? This should be formatted like the I2C or at least the DMA bu...
Posted on May 23, 2014 at 21:00Ok, so I have the DMA version working now with this new information. I changed the DMA initialization code in HAL_SD_MspInit() to be pretty much everything in the working example above. I put the static definitions...
Posted on May 23, 2014 at 20:41 Well, when I went to test the one I have here at work, I found another issue: I have Java u55 installed, but Cube keeps giving me this error when I try to boot it up now: PS: It had been working until ...
Posted on May 23, 2014 at 18:23
Ah, I've found an example in the Cube firmware that uses FatFS and SDIO:STM32Cube_FW_F4_V1.1.0\Projects\STM324x9I_EVAL\Applications\FatFs\FatFs_uSD
However, I can't test it, since I don't have the board. I'll h...