STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

whole firmware run in ram

Hello:    I use STM32CubeIDE 1.16.0 to develop an OTA feature in STM32H7A3ZIT6:    The firmware should be programed at flash address 0x08000000,and run in ram, it will receive the whole update image in temporary memory and then program into the flash...

lbapplem by Associate II
  • 1102 Views
  • 5 replies
  • 0 kudos

STMWB05xZ Enable CTE

Hi,I am working on a project which will require a connectionless CTE to be added to the advertisement. From what I understand, there are not currently any examples of a configured CTE beacon. What would be the best example project to modify to create...

Resolved! usb host

Posted on February 26, 2017 at 07:10 Hi Everyone, I'm trying to read from the USB keyboard with a custom board STM32F205RCT6 MCU. I am using USB FS host (host only) with HAL library.but it just works with some keyboards! Other keyboards are...

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