STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to run BLE ota without optimization?

Hello,I'm currently working on an STM32WB55VCQ7 microcontroller using Visual Studio GDB. My project involves implementing a bootloader for over-the-air updates via BLE. I've made some progress by successfully flashing the example application located ...

emmaBK by Associate
  • 249 Views
  • 0 replies
  • 0 kudos

HAL tick problem

Hi, I am using stm32wb55 mcu with freeRtos, I changed the timebase source time to TIM17 as recommended when using freeRTOS but I am facing unxpected behavior unless I use TIM17 as the source time base the HAL_Delay is not working and the uwTick is st...

BHuss.2 by Associate
  • 334 Views
  • 1 replies
  • 0 kudos

unable to read port memory

  KeyInputMemory[column_count] = (uint16_t)(GPIOB->IDR);       uint16_t mask = 0x0FFF;       KeyInputMemory[column_count] &= mask;     if (KeyInputMemory[column_count] == StoredKeyInput[column_count]) {  //         KeyInputCounter[column_count]++;   ...

Girish1 by Associate III
  • 699 Views
  • 2 replies
  • 0 kudos