STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G4 trigger SPI-DMA transfer with timer

Hello,I want to trigger a SPI-transfer with a timer. Its like in this post:https://community.st.com/t5/stm32-mcus-embedded-software/stm32g4-trigger-dma-request-from-spi-to-memory-with-timer/td-p/726370but I want that an output compare of a timer that...

RTC Timestamping Delay?

Hi everyone,currently I am working with an STM32L431 on a project that timestamps incoming IEEE802.15.4 frames via an AT86RF233 radio. The radio module is configured to issue an interrupt when a message is received and this interrupt signal is connec...

Resolved! RTC Wake-Up from Stop3 on STM32U545RE

I would like to use the Stop3 low-power mode on an STM32U545RE (NUCLEO-U545RE-Q board) and to wake-up the device by the RTC. I have a working example for Stop2 mode for which I largely used the inspiration from the stm32u5 workshop. But when I replac...

TNaum by Associate III
  • 4100 Views
  • 28 replies
  • 4 kudos

Resolved! Non Blocking programming

I have a STM32F411 board connected with a GPS module connected onto USART2I also have Tim1 and Tim3 configured for PWM generation on their channels respectively.I am running a list of commands (from an array) to execute line for line.Most of the exec...

techdesk by Associate III
  • 1188 Views
  • 23 replies
  • 10 kudos

BUG in AZRTOS 6.4 NetxDuo v3.3

in file app_netxduo.cfunction static VOID nx_app_thread_entry (ULONG thread_input){ ..../* wait until an IP address is ready */ if(tx_semaphore_get(&DHCPSemaphore, TX_WAIT_FOREVER) != TX_SUCCESS)blocks code executionas in function tx_semaphore_create...

mbarg.1 by Senior
  • 255 Views
  • 4 replies
  • 0 kudos

Resolved! Flash writing

Hi All, trying to write data into flash with dynamical flash address selection approach but it fails but at same time if hash(#) define the address the flash programming all works fine, Please suggest me the best solution and explain me the issues ch...