User Activity

Hello, I'm working on a library for nucleo F401RE board, with LL library, I'm trying to add some embedded ARM assembly code as written in the guide of arm Developer web site:__asm return-type function-name(parameter-list) { // ARM/Thumb/Thumb-...
Hi everyone!I am trying to write a simple code that starts an ADC DMA based on timer temporization.In order to do this on a Nucleo-STM32F401RE board I use:TIM2, channel 1, output compare no output, mode frozen;ADC1, channel 0, timer 2 trigger out eve...
I'm using an adc channel of Stm32f767zi to get 1024 samples of an analog signal and transfer data directly in memory trough DMA. I configured ADC and DMA with cubeMx, and I start the conversions trough software, when it starts until the half DMA call...