User Activity

Hello,I am developing project where I need to do some image processing on BW image. All was great, but I started having problems with DMA (maybe I always had, don't recall)Idea is that I simply load data to internal SRAM with DMA, and when I get TC, ...
Hello,In my project I need to sample 3 phase current to see if where is short or not. I am using STM32H753 HRTIM. Not only that I must place sampling point as close to PWM transition from high to low as possible (peak current)I connected phase curren...
Hello,In my project I need to have ~25KHz high resolution PWM generation. So for this I selected STM32H753 with 480MHz HRTIM1.I am struggling producing correct outputs for my needs, maybe some one has this done already and care to share the project ?...
Hello,I need to detect input when it goes over REF/2 (1.65V). I do supply VREF+ pin with 3.3000V.My signal has offset of 1.2V, and it will go over 2V when I apply signal to it.Everything is working, but it has unexpected behavior. I can only use nega...
Hello,In my application i need to run double for loop for data inside SRAM. and I would love to speed up my program as much as possible.uint32_t xs = 0, yx = 0, sum =0, i = 0;for(uint32_t x = 0 ; x<600 ; x++){    for(uint32_t y = 0 ; y<600 ; y++)    ...
Kudos from
Kudos given to