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

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
  • 551 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
  • 1015 Views
  • 1 replies
  • 0 kudos

Nucleo-F767ZI Read data frame from Ethercat network

Hi community,I'm a fresher. I have an experiment to read data frames from the Ethercat network as follows:I use ethernet polling mode on Nucleo - F767Zi to read the data frames and I only receive a single data from the Ethercat slave. I checked on Wi...

etc.png etc1.png
Terene by Associate
  • 894 Views
  • 0 replies
  • 0 kudos

STM32H743 STOP mode exit problem with LTDC

Entered into low power STOP modeHAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI); Reconfigured LTDC when exiting from STOP mode, LTDC is not driving the display.SystemClock_Config();HAL_ResumeTick();__enable_irq();MX_LTDC_Init();

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
  • 1318 Views
  • 2 replies
  • 0 kudos

RTOS

Hi any one knows the free rtos available heap size function???

AKHIL6 by Associate II
  • 659 Views
  • 0 replies
  • 0 kudos