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
  • 814 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
  • 631 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
  • 823 Views
  • 1 replies
  • 0 kudos

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

CRC in STM32CubeExpansion_STL_G0_V1.1.0

I start the safety functional software by the example from "STM32CubeExpansion_STL_G0_V1.1.0". From the readme.txt, it mention "Install ST CRC tool", but it is "STM32CubeProgrammer", is this tool has built in CRC function? by post-build steps command...

New.Fish by Associate III
  • 627 Views
  • 1 replies
  • 0 kudos

STL Flash test failed

Hello,I'm working to add the STL Library to my existing project, I'm trying to run the function StlSingleTest but it fails (STL_FAILS) executing the STL_SCH_RunFlashTM(&StlFlashStatus) section.micro: STM32F446ZETFlash:Bootloader: 0x08000000 - 0x0800F...

MauroM by Associate
  • 1019 Views
  • 2 replies
  • 0 kudos