STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why uwTick in HAL is uint32_t type?

This simple question was interested by me for this reason: for uint32_t type uwTick can only count up to 4294967295 ms. It is only 49 days. In practivce it realy achievable value of or working time without reboot. In any applications it may be not en...

EAlek.11 by Associate II
  • 1578 Views
  • 9 replies
  • 8 kudos

Resolved! Advice on SPI and DMA for 24bit data on STM32H723

I want to solicit the advice of those more experienced with the STM32 processors. I'm experienced in general with embedded software and peripherals such as SPI but only about 6 months in on the STM32 processors and only in the last few weeks have I b...

tec683 by Associate III
  • 3110 Views
  • 9 replies
  • 0 kudos

STM32G474VE TIM2 encoder + index

Hello everyone,  I'm encountering a problem with the development of my timer on a STM32G474VE. I have to use the TIM2 in encoder mode + index. I'm using a custom board. I started with a cubeMX project, initialising the timer in encoder + index mode. ...

ADC dma does not trigger interrupt.

So my stm32h7 works fine using regular interrupts. But when doing it via DMA, void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef *adc)is never called.I enabled ADC global interrupt and BDMA channel0 global interrupt.circular buffer,continuous conversion...

TMich.1 by Associate III
  • 409 Views
  • 2 replies
  • 0 kudos

Problems with USBx MSC on NUCLEO-U5A5ZJ-Q

Hello,I've been trying to make USBx (device_only mode) MSC work on my NUCLEO-U5A5ZJ-Q for 2 weeks now, and I don't know what I'm doing wrong.I've tried to run the tinyUSB MSC example and it works fine so the hardware is ok.When using USBx, after some...

_fra__1-1727441182343.png _fra__0-1727441059407.png
_fra_ by Associate
  • 387 Views
  • 1 replies
  • 0 kudos

Resolved! Ads1115 interface with Stm32f446 nucleo

Hello everyone  I want to interface ads115 Adc with stm32f446re nucleo. All the necessary connection between ads1115 and stm32 are made with I2c Can I get the example source code to read multiple channels.As I am not able to get values from adcIs any...