STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 321 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...

UART Interrupt Not working with DMA enabled

Hello ,We are encountering an issue with the USART_DMA interrupt method on the STM32G070CBT6 microcontroller. The problem is that data is only received after performing a hardware reset. We expect the data to be received continuously without needing ...

vageesh by Associate
  • 524 Views
  • 3 replies
  • 0 kudos

UART Communication Using UART to USB cable.

I'm trying to get a simple UART hello world program to work. It just transmits a buffer once per second. I've enabled UART2, enabled the interrupt, and configured the baud rate, parity, and word length. But when I open minicom I don't see anything. I...

noel by Associate II
  • 1344 Views
  • 6 replies
  • 1 kudos

"Upgrade error, please try again" with ST-Link

Hello,I am facing constant difficulties in connecting to my Nucleo H723ZG Boards.Almost every time I try to update the ST-Link via STMCube32IDE, the compilation stops half-way through the process and throws an error (see image)I have tried:swapping c...

Upgrade error.png

Resolved! External trigger of STM32G474RET6 timer 3 behavior

Hello  I am working with an STM32G474RET6, using Timer 3 in one-pulse mode with an external trigger.Below is my Timer 3 initialization code:static void MX_TIM3_Init(void){/* USER CODE BEGIN TIM3_Init 0 *//* USER CODE END TIM3_Init 0 */TIM_ClockConfig...

AlexHalf by Associate III
  • 553 Views
  • 2 replies
  • 1 kudos

Resolved! stm32g0 freezes in bootloader

Hello,We have a device that runs an stm32g0. I have a bootloader at the beginning of the flash and then 2 pages for config and the rest of the flash for the firmware. The bootloader basically checks if the two config pages are OK and then starts the ...

os81 by Associate III
  • 2014 Views
  • 13 replies
  • 4 kudos