STM32 MCUs Embedded 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
  • 748 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
  • 1082 Views
  • 2 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
  • 794 Views
  • 1 replies
  • 0 kudos

regarding to server tls part

hii,  static WOM_Status_t App_Server_Thread_Entry(ULONG thread_input){printf("\r\n***********server started task ***********\r\n"); ULONG SourceIpAddress;NX_PACKET *DataPacket;ULONG bytes;UINT SourcePort;ULONG BytesRead; /* create the TCP socket */re...

spi function in stm32l010c6t6 not work

hi! I am using spi code off reference manual because i need make a function for write register and read the register. but with Hal not work well. i am make other function name:but, this code not work, i copy of reference manual:i don´t know how put c...

spi.JPG reference manual.JPG spi2.JPG
jdo by Associate II
  • 1034 Views
  • 1 replies
  • 0 kudos