STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Big image file after using ccmram

Hello,i have to use the ccmram in my application. But after „enabling“ this in the linker file, the compilation output it getting quite big. I had a look in the files and saw, that the memory beginning from the ccmram address is also stored in the ou...

KR51K by Associate III
  • 437 Views
  • 3 replies
  • 0 kudos

Windowed watchdog unable to initialize

I'm trying to initialize windowed watchdog and get to work done in STM32F4 discovery board. I've a couple of doubts, my system is not getting reset because of timeout when I'm trying to use debugger to debug it get stuck in an infinite loop.My printf...

RSHAR.1 by Associate II
  • 854 Views
  • 4 replies
  • 0 kudos

Inquries about STM32F4 Clock Security System (CSS)

Hello.I am using STM32F407ZG. I would like to use CSS functionality for clock monitoring and switching. I need a help for using CSS.Can I switch the clock from HSE to HSI without resetting the MCU?When the CSS is enabled and the HSE clock fails, it c...

mcjun37 by Associate
  • 3384 Views
  • 3 replies
  • 0 kudos

Low Power Sleep on L011K4 does not work

Hello,I've made a project with an Nucleo L011K4 where the L011K4 initializes, and then should go to sleep. It should wake up when an Interrupt is received on A2-pin.My current project is developed using the CubeMX suite. This generates standard code ...

RM0440 ('G4) - EXT1

Probably ought to be EXTI rather than EXT1.The links in that line are also wrong, should probably go to 19 and 20.Is it THAT hard to proofread? Isn't it a shame that users find such mistakes? And I even DON'T use the 'G4, this was a first look at tha...

0690X00000BvUnpQAF.png 0690X00000BvUo9QAF.png

Resolved! RTC doesn't work with HSE but works with LSE and LSI

Hi all,I'm currently using a nucleo-L031 board for some testing and I came across a weird RTC phenomenon.My goal is to do some ADC and send the data through USART, set up an RTC alarm for 10 seconds later, and then fall into stop mode.I have set up t...

JLee.161 by Associate III
  • 2293 Views
  • 7 replies
  • 0 kudos

Resolved! Is there a way to change the contents of the SPI TX FIFO?

I'm using the SPI peripheral on an STM32H743 as a slave. Is there a way to change the contents of the TX FIFO without resetting the peripheral? I need to always transmit a specifc byte at the beginning of a transaction along with other data, but the ...

rammit by Senior
  • 1990 Views
  • 16 replies
  • 1 kudos

NUCLEO-F429Zi 2 CAN Bus communicating with each other

HelloUsing CAN1 and CAN2 Bus on the ST Nucleo-F429Zi board, messages sent from CAN1 can be received from CAN2 and messages sent from CAN2 can be received from CAN1.I want to write a program. Software Tool uses STM32CubeIDE and tries to communicate wi...

bhong.1 by Associate II
  • 496 Views
  • 0 replies
  • 0 kudos

SPI vs DMA SPI.

Hi all,I'm triyng to make the fastest possible driver to comunicate with an ILI9341.My question is about DMA.If I send a burst of bytes to the ILI9341, lets say 1000, is the DMA version faster than normal version?I mean if         HAL_SPI_Transmit(HS...

JAlca by Senior
  • 1910 Views
  • 4 replies
  • 0 kudos