STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1012 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
  • 1547 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
  • 822 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
  • 1437 Views
  • 3 replies
  • 1 kudos

Resolved! 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
  • 631 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...