STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

static/DHCP networking with LWIP

I generally want to support both static/auto/dhcp in software config. This is most easily done by changing LWIP.c Around line 62:   /* IP addresses initialization with DHCP (IPv4) */ ipaddr.addr = gstate.ipaddr; // NOT 0 netmask.addr = gstate.netmask...

alanb by Associate II
  • 189 Views
  • 3 replies
  • 0 kudos

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
  • 271 Views
  • 5 replies
  • 2 kudos

how to use flash memory "the bare metal way".

Hello, everybody! I'm relatively new to STM32 microcontrollers and have a moderate knowledge of C programming and a fair understanding of electronics.Over the past few months, I've been learning to properly set up STM32F4 series MCUs, specifically th...

HellasT by Associate III
  • 1050 Views
  • 15 replies
  • 4 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
  • 4621 Views
  • 12 replies
  • 2 kudos

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