STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 695 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
  • 450 Views
  • 1 replies
  • 0 kudos

Resolved! GPIO not getting controlled

Hello everyone,In my project i am using STM32F107VCT6 MCU. When i tried to control gpio pin it is not changing state from low-high/ high-low.  I am only getting issue with PB3. In hardware i have connected this pin to SCK pin of W25Q16. I have enable...

HB_0-1697433733759.png
HB by Associate II
  • 711 Views
  • 3 replies
  • 1 kudos

GFX02Z1 Firmware example: DMA does not work

Hello Everyone,I tried the GFX02Z1 "HelloWorld" firmware example on the Nucleo H723ZG. Apparently the example does not work in DMA mode but alway gets stuck in DMA_TxErrorCallback. When switching to No DMA mode it works perfectly well.Did anyone enco...

meltabo by Associate II
  • 304 Views
  • 1 replies
  • 0 kudos

Having issue in CAN recieve

Hello experts, I am using stm32f779I - Eval kit, I got stuck in receiving the CAN from other node wheres as transmit from my node is working fine. The IDE and packages am using as follows. stm cube ide 1.13.1 stm cube mx 6.9.1 package: stm cube F7_v1...

Srikanth1 by Associate III
  • 297 Views
  • 1 replies
  • 0 kudos

RTOS in stm32

When implementing Real-Time Operating System (RTOS) timers in my embedded system, I've encountered certain challenges and concerns. I'm interested in discussing potential issues such as race conditions, priority inversion, resource contention, overhe...

AKHIL6 by Associate II
  • 372 Views
  • 1 replies
  • 0 kudos