Steps to reproduce issue:Create new project in TouchGFX 4.18.0, set target board H743 eval, add box with border, set border color to red, box color to green, save project, generate code, build and download to board with CubeIDE
How to exit memory mapped mode in STM32H7I tryied: https://community.st.com/s/question/0D50X00009XkaJuSAJ/stm32f7-qspi-exit-memory-mapped-mode?t=1574431671411Code with HAL_QSPI_Abort() is working in STM32F7, but in STM32H7 return error
I can get scroll wheel selected item index: /** * @fn int ScrollWheelBase::getSelectedItem() const; * * @brief Gets selected item. * * Gets selected item. If an animation is in progress, the item that is being scrolled * to is retu...
Posted on November 05, 2015 at 15:00 Hi, I still unable to get DMA working. I've attached *.ioc project, generated sources, and test function. Execution stops in HAL_SD_CheckReadOperation() waiting for DMA transfer complete. Can anyone...