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
  • 311 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
  • 666 Views
  • 2 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...

STM32H745 LTDC define 3 framebuffer in SDRAM

Hello,I'm using STM32H745XIH(M7 side) & interfacing 1280X800 LCD-TFT with STemWin library.In MPU_Config I've defined 2 region as NON_CACHE(8MB) and CACHE(8MB) in SDRAM(Starting address 0xC0000000).Framebuffer define in NON_CACHE region & aGuiDataMemo...

M_R by Associate
  • 410 Views
  • 1 replies
  • 0 kudos