User Activity

Hello I created a task that is needed to be executed from ISR. previously I did for ESP32 but using the same manner, I could not do it. Based on my search, I found 2 ways which I tried but could not have my task run. first manner:Inside the ISR: Base...
Previously I wrote a program for - Nucleo-H755ZIQ in which I used SPI- UART- RTOS. After a long time, I wanna make a new stm32 project and reuse some previous function I was using correctly before. The problem is that not only those functions don't w...
Hi every body! I chose STM32H755ZI MCU mainly because it has 1MB of RAM. In my project, I need to at least store 180 KB of Data. 45000 of float samples. I use the M7 Core which accesses the AXI RAM the size of which is 512KB; on the other hand, the B...
Hi every body. I want to manage two events with general purpose timers 16 and 3. As a convention in ARM processors, as much as I know, the lower interrupt number corresponds to the higher priority. So I think I need to manage event with higher priori...
the problem is that When I define the arrays like this :float Data_Set_X[15000]; float Data_Set_Y[15000]; float Data_Set_Z[15000];I get the RAM overflow error which is: `.bss' will not fit in region `RAM' Timer-Blink-Test_CM7 C/C++ Problemwhen I init...
Kudos from