User Activity

Hello,I have a general question regarding the linker script generated by STM32CubeIDE.Most of time the STACK and HEAP is placed together into the "same" internal SRAM (see section .user_heap_stack example for demonstration purpose). Note: Yes, there ...
Hello,I would like to know if there is a possibility to readback the MPU confiugration for each configured region? HAL only provides a setter function. If I take a look into the internal implementation, it seems that regions get overwritten, when I ...
Hello,I have a question regarding several timers which are confiugred in PWM input mode (CCR1 is used to measure the PWM period and CCR2 is used to measure the PWM Width). So far when I plug a user signal on the evalution board, I can see the correct...
Hello,I face serveral data coherency issues on my dma buffer which is used to place the values of serveral ADC channels into it. This is executed on M7 contextJust as a reference, I have a dummy project without any MPU configuration and data cache is...
Hello,I am using the ADC1 + DMA to sample 10 analog channels on the CM4 without any MPU config. When I remove any external trigger e.g. 3.3V power source on the analog channel, and I start sampling all 10 channels via the DMA , all values inside the...