STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Code jumping unexpectedly to 0xfffffffe

Hi, After successful coding, I suddenly stumbled on this error. I'm simply running this code:  HAL_Init(); /* USER CODE BEGIN Init */ /* USER CODE END Init */ /* Configure the system clock */ SystemClock_Config(); /* USER CODE BEGIN Sys...

RBT-ES by Associate III
  • 693 Views
  • 3 replies
  • 0 kudos

MQTT Client Problem

Hi ,   Recently, I`m using STM32H7 MCU to implement Ethernet Application. I have try TCP Client Echo from example code and it works. Then I want to try with MQTT and it always gets fault. And using mqtt_client_connect function, it will return ERR_RTE...

Resolved! STM32 H573-DK USBX CDC ACM CLASS Stand-Alone

Hello ST Community,I was trying to use USBX with ThreadX and it worked. So far so good. But in our project, we will use FreeRTOS and after some research and getting in touch with some people, I learned that I can not use USBX with FreeRTOS. So they s...

iCenger by Associate
  • 2349 Views
  • 5 replies
  • 1 kudos