User Activity

Hello All, We are trying to get some debug trace info from our project and trying to use ITM for the same.For our product we are using the follwoing: STM32H743 Keil Version 5.24.1 ULINK 2 debuggerI created a simple project following many forum topics...
Hello All, I have a STM32H745-DISCO board and trying to run a very simple program where M7 toggles Green LED and M4 toggles RED Led. After programming, I can see that Green LED is toggling fine but RED LED is not.Below is my simple main code: M7: int...
Hello, I am facing a weird issue with accessing STM ROM bootloader for flashing.Hardware Used: STM32H745-DISCOIDE: KeilI have created a simple bootloader which jumps to ROM Bootloader at startup.startup_stm32h745xx.s: ; Reset handler Reset_Handler ...
Hello All, I am trying to create a simple project for transmitting some UDP packet but it is not working.I have used STM32cube to generate the project with below configuration: Change Timebase to TIM6 Setup the MPU and enable D and I Cache Selected b...
Hello All, I am trying to start a new project which is suppose to run freertos.Once I have enable it then genertaing the code give below warning:  But when I try to change the timebase to TIM6, the option is disabled I have enabled TIM6 as below:  Ca...