Ask questions, find answers, and share insights on STM32 products and their technical features.
I set up my spi5 as follows hspi5.Init.Mode = SPI_MODE_MASTER; hspi5.Init.Direction = SPI_DIRECTION_2LINES; hspi5.Init.DataSize = SPI_DATASIZE_8BIT; hspi5.Init.CLKPolarity = SPI_POLARITY_LOW; hspi5.Init.CLKPhase = SPI_PHASE_2EDGE; hspi5.Ini...
Hi!I am trying to store a real value in the flash memory of my STM32 but i am struggling to write it. Has anyone already done this in the same STM32L041x6 processor?If so , how can i do it? also, is it possible to read it back?Thanks in advance!!
I checked WDG. The system is working properly. If there is no reset, it resets when I disable the WDG signal. In case of deadlock, I pull to GND myself, but it still does not reset. The only solution is to cut off all energy.
now we are registering data for ST33KTPMS132BKD7 into our system, Could you please provide the datasheet of this part to me, thanks.
Is there registers set by JTAG/SWD preventing sleep after programming.I also experience the same behavior after programming and reset within the STM32 ST-LINK Utility and not only within the IDE
Hi allI have a problem with interrupts on my STM32G474VEH6 based board. Timer 6 generates an interrupt every 1ms. Program crash at HAL_TIM_Base_Start_IT(&htim6);But after resetting the power of the board, the software starts working correctly.The sam...
Hey, I am working on STM32G070 development board.i downloaded from the orcad resources the scheme for the processor.however i can see it has additional letters and digits on the headercan someone explain me what are the meaninig of them?
i am running this board as a Nucleo-144 in the IDE. The same programs runs on the following boards without a problem: Nucleo-F401RE, an Arduino Mega 2560, and the Ada Fruit Grand Cental. There is nothing, i can find on the web regarding this messa...