STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1193 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
  • 256 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...

Resolved! 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
  • 406 Views
  • 5 replies
  • 2 kudos

Resolved! STM32L031 I2C (SHT40) driver help

Hello. I have STM32L031 nucleo board: https://www.st.com/resource/en/user_manual/um1956-stm32-nucleo32-boards-mb1180-stmicroelectronics.pdfAnd I am trying to write SHT40 driver for it. I have Adafruit SHT40 I2C temperature/humidity sensor:https://www...

LPetr1_0-1695020911951.png LPetr1_1-1695021176962.png LPetr1_2-1695021357630.png LPetr1_0-1695024574843.png
LPetr.1 by Senior II
  • 4867 Views
  • 12 replies
  • 2 kudos