STM32 MCUs Embedded 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
  • 617 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...

HardFault UDP Client

Hi Community, I am using the Nucleo-H723ZG board for data receiving from the camera by utilizing the spi and processing the data then transforming the data through UDP to another program. The program can run for several hours without problem. But the...

LEAMtw by Associate
  • 854 Views
  • 8 replies
  • 12 kudos

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
  • 362 Views
  • 3 replies
  • 0 kudos