STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Standard Peripheral Library for STM32H7

Hello all, I am using STM32H747 in my project, previously I was using HAL library for my project, but now I want to shift my code to standard peripheral library, my question is do STMH7 series support to standard peripheral library if Yes then can an...

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
  • 29 Views
  • 0 replies
  • 0 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 Associate III
  • 42 Views
  • 2 replies
  • 0 kudos

Can I use the blocking API in RTOS's tasks?

Hi there,I have an IIC sensor connected to the MCU. And I read the sensor data at 50Hz.However, there are sometimes some IIC communication errors present with HAL_I2C_ERROR_TIMEOUT.My project is based on FreeRTOS with 4 Tasks, the sensor data collect...

Junde by Senior III
  • 64 Views
  • 4 replies
  • 1 kudos

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...