STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H573 timer synchronization issue

Not sure why my previous post was marked as spam:Hello,I'm trying to do something relatively simple but can't figure out the issue. It might also be possible that there is no issue and my expectations are wrong about timer synchronization. I am using...

AHame_1-1721067035595.png AHame_2-1721067075684.png
AHame by Associate III
  • 1739 Views
  • 6 replies
  • 0 kudos

Resolved! Cannot flash firmware through UART

 Finally after a long struggle, I was able to get into the system memory by changing to CP2102 ttl wire. Now I have another problem. Any solution to fix this? The PCROP_PDP bit is unchecked also.

pic1.PNG pic2.PNG pic3.PNG
Abijith by Associate II
  • 1407 Views
  • 7 replies
  • 1 kudos

Could not halt device (18) STM32F3

Hey everyone, new user here!In our project we are using:STM32F334R8T6STM32CubeIde Version: 1.14.1STM32CubeProgrammer release v2.17.0Debugger probe - Nucleo-F334R8 along with HAL implementation of handling communication using UART + DMA. Due to error ...

Andy6 by Associate II
  • 2124 Views
  • 4 replies
  • 2 kudos

DMX512 with stm32G030K6T6

Hello, I have been working on the STM32G030K6T6 with DMX512 and TM1651 display for 8 months, and I am unable to find a solution to my problem.I am creating different patterns according to the DMX controller. One pattern involves the speed of blinking...

Arya1 by Associate II
  • 439 Views
  • 0 replies
  • 0 kudos

HAL_SPI_Transmit does not transfer 8 bits

We want to use HAL_SPI_Transmit to send data (master) in 8-bit units.However, even though we have set SPI_DATASIZE_8BIT, data is sent in 16 bits.Is there anything incorrect in the code below? uint8_t *spi_txdata;spi_txdata = (uint8_t *)malloc(2 * siz...