User Activity

Hello everyone.I am following this project: https://github.com/viktorvano/STM32-Bootloader to create my own bootloader in a STM32H7, unfortunately the dual core of this device make the memory location a little bit tricky, is there any open project fo...
Hello everyone,I am trying to replace a simple code in C inside a STM32H7 that goes like this:function(0, &array[0]);   function(1, &array[1]);   function(2, &array[2]);   function(3, &array[3]);   function(4, &array[4]);withenum_variable_t index ;  ...
Hello everyone, Can someone clarify what I'm reading in this function? This will be the value of the analog signal or it is a 1 and 0 train that I should pass through a digital lowpass filter?RegardsAlan
Hello everyone!Is there any project to generate an Clock output of 20Mhz? I tried with TIM 16 but the best I can get is around 300 kHzThanks in advanceAlan Blumenstein
Hello everyone,I just want to make sure that there is no OTP (one time programmable memory) in the STM32H745zi, I could not fine it in this device. Can someone confirm this?RegardsAlan