Thank you! This resolved an issue I had with SPI in DMA mode with STM32F7. SPI was fine in polling and in IT mode, but would not work in DMA mode. It was indeed the cache, I disabled the cache and SPI started working also in DMA mode. For enabling ca...
This helped in my issue as well. I had issues with getting my application started from bootloader. The bootloader must call HAL_Deinit() for the application to start. Here's my startup code in bootloader (almost identical to UM1709 STM32Cube Ethernet...
Posted on July 13, 2017 at 19:38Just to clarify the issue for future users. I know its repetition but having the full solution in one post is very helpful.Enable the Uart port and pins needed for the application in Cube or manually. Test the port th...
Posted on September 14, 2016 at 19:46I just downloaded and installed CubeMx 4.16.1 on Ubuntu 14.04. Everything went well and the program is running and I can generate project files. The downloaded .zip file had a linux installer. Just double clicked...