User Activity

I am currently developing software for STM32H7 processors. For this I use the current development environment from Keil (uvision 37.0.0) and Cubemx 6.4.0. I created an "empty" project for the Nucleo Board STM32H743ZI with Cubemx. In it I only activat...
... I'm currently trying this on an STM32H7 nucleo board.Is it at all possible to use cubemx generated LWIP ? ... I don't think so!It must be said that there is a "no-go" point: It is completely unacceptable to choose a compiler version <= 5 in Keils...
I'm currently implementing USB OTG filesystem access via the MPT protocol on a H7 with an external quadspi-flash. It works so far, but all OTG calls are interrupt functions that then call file system functions via the mpt protocol. How can you then a...
I'm trying to get the STM32H753-EVAL board to work. - The power supply unit is connected, the demo software runs fine - The board is connected to my PC via an USB cable ... an ST-Link Virtual COM port is visible in the device manager. - In STM32CubeM...
HelloMy toolchain is CubeMx + KeilI generated a brandnew environment using CubeMx. I did all the steps explained at http://www.keil.com/support/man/docs/uv4/uv4_db_dbg_printf_viewer.htmJust before the main while-loop I entered the line printf("\nsta...