STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HSE UART issue

Hello STM32 Team.I using uart1,3,6 setting for baud rate 115200,Uart3 setting is it. huart3.Instance = USART3; huart3.Init.BaudRate = 115200; huart3.Init.WordLength = UART_WORDLENGTH_8B; huart3.Init.StopBits = UART_STOPBITS_1; huart3.Init.Pa...

KOPRO_2-1702538010113.png KOPRO_0-1702537746382.png KOPRO_1-1702537868066.png
KOPRO by Associate III
  • 3786 Views
  • 10 replies
  • 3 kudos

Launching: Initializing debugger services

Dear all,I am new to STM32 development environment. I recently purchases STM32F407G-DISC1. I also purchased mini USB cable. When I connected the board to the PC, I can see that LD1 is on (RED). I can upgrade the driver for ST-Link as well. So, I am a...

demir by Senior II
  • 7933 Views
  • 11 replies
  • 1 kudos

Resolved! STM32F4 and 5V tolerant GPIOs for USB usage

Hi!I have STM32F469 and I am analysing how to connect an USB port to it.My MCU will act as a device. PC will be the host.My MCU has power supply equal to 3.3V which is created via LDO which is independently powered (not from VBUS, from host’s USB).MC...

ELowe_0-1701251233613.png ELowe_1-1701251233641.png
ELowe by Associate III
  • 2472 Views
  • 4 replies
  • 0 kudos

STM32F407VET6 LQFP-100在测试中发现设备授权码丢失的问题

本批在测试一款STM32F407VET6,在测试中发现设备授权码丢失的问题。1. 授权码的工作机制设备生产通过软件发授权指令给到设备写入授权码,设备收到该指令后读取 FLASH ID ,然后进行加密,把加密后的数据写入 OTP 区(0x1FFF7800) , 编程成功后读出来验证是否写入成功,如果成功则重新启动,否则返回失败。2、问题分析通过单步调试,FLASH ID 是正确的,但是读出来 OTP 的数据有一部分变为全零了,所以数据比对不通过。

jinhui1- by Associate
  • 668 Views
  • 1 replies
  • 0 kudos