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

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
  • 996 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
  • 875 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
  • 1308 Views
  • 2 replies
  • 0 kudos

RTOS

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

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

en.x-cube_classb

I've downloaded the x-cube_classb application, but none of the projects will build for EWARM In addition to a few warnings, the linker fails:      unable to allocate space for sections/blocks with a total estimated minimum size of 0x220 bytes (max al...

JWrig.13 by Associate
  • 912 Views
  • 1 replies
  • 0 kudos