STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Ethernet DMA RBU & TBU Error bit on STM32H5

Hey there!I've been playing around with the Ethernet HAL driver on the NUCLEO-H563ZI and I was able to make it work. I'm currently using the latest STM32CubeH5 package release. Here's the issue: whenever I receive an ethernet packet, the interrupt at...

nunokisi by Associate II
  • 525 Views
  • 2 replies
  • 0 kudos

Resolved! stm32 timer stops after integer overflow.

Hello, i have a stm32wb15cci'm trying to make a hold button, that toggles a led on/off when pressed for 2 seconds. my HCLK1 is running at 4Mhz and my prescaler is at 3999, meaning it should count up every 1ms. I'm using TIM1 which is a 16bit timer, s...

cosmtrox by Associate
  • 321 Views
  • 1 replies
  • 0 kudos

NUCLEO-F401RE .bin file

Hello,  I'm Emily and I'm fairly new at using NUCLEO devices and ToF sensor. I would like to ask if a board NUCLEO-F401RE could only run one .bin file or could it run two .bin file? I'm currently trying out STSW-IMG035 but would like to have Gesture ...

Resolved! F410: multiple definition of `huart2';

HI there, i m using F410 Nucleo, and i keep getting these errors when using USART2, as I declare in 2 separe files i.e. main.c and buffer.  could anyone advise how to resolve this?error: multiple definition of `huart2'; //main.c .. /* Private variabl...

Resolved! HAL_SPI_Receive_IT Also Transmits

I am using STM32F105xx family, working with HAL_SPI API.  I have discovered that the call to HAL_SPI_Receive_IT causes whatever data is in the provided buffer to be clocked out on MOSI.  This issue is also discussed to some extent in this thread, but...

Brian H by Senior
  • 583 Views
  • 7 replies
  • 5 kudos

Resolved! Controlling WS2812B LED Strip With STM32

Hello,I'm new to STM32 and trying to learn exciting stuff. I want to light a single LED from my WS2812B strip. For example I will choose 6th LED on my computer and 6th LED on strip will light up.But I'm not sure where to start. How can I access to si...

salvi.a by Associate II
  • 8713 Views
  • 6 replies
  • 3 kudos

Resolved! STM32F401Re issue with ADC

Hey folks.What I do is this: I get 14 ADC measurements on different channels, than use DMA to store them into an array. When this is ready an interrupt flag is raised, I make a copy of that array and send it via UART. There is a timer to control the ...