STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Download program after usart error

Download program after USART_5(TX and RX) output high level voltage,communcation unsucceed.hardware and solftware is ok,is't ST-link had problem?there other question,I/O is damaged? so i want to know the reason for this question.thanks,Look forward t...

bobber by Associate II
  • 369 Views
  • 4 replies
  • 1 kudos

Resolved! How to load the external QSPI using USB-DFU method

HelloController - STM32H745We are using an external QSPI to store the application image. Currently we are flashing the image using JTAG and .stldr file as an argument to cmd ln utility STM32_Programmer_CLI.exe When I pull the boot0 pin HIGH I am able...

Madhav_1 by Associate II
  • 923 Views
  • 11 replies
  • 4 kudos

Resolved! Help to use PA15 as GPIO Output on NUCLEO-L476RG

Hi, I am a newbie with STM32. I need help.I want to configure that PA15 pin (which by default is used as JTDI), as a GPIO output.I've added the following two lines to the beginning of the generated code of MX_GPIO_Init():LL_GPIO_SetAFPin_8_15(GPIOA,L...

DZado.2 by Associate II
  • 747 Views
  • 10 replies
  • 0 kudos

ili2511 captouch driver

Hello. I have a cap touch with an ili2511 touch controller board on it. I need to drive it with stm32 IIC but I can not find anything to help me. I need help with writing or finding its driver. please help me I am so confused. I would appreciate your...

Zakba.1 by Senior
  • 2037 Views
  • 1 replies
  • 0 kudos

Resolved! I can't burn my STM32F103 CPU

Hi all,I have the CPU STM32F103 on board. I am using STM32CubeIDE for SW development and STM32CubeProgrammer for burning.On some point during development, I couldn't burn the CPU anymore - I get various types of error messages, like 'Can't erase the ...

Shony by Associate II
  • 1619 Views
  • 12 replies
  • 4 kudos

Couldn't debug via ST-Link

Hello,Just before I tried to debug STM32L052 via ST-Link but following error occurred.The error message is as following.It's strange that I could debug and run with same project yesterday and nothing is changed as for project.What is the problem and ...

curiae by Associate III
  • 447 Views
  • 1 replies
  • 0 kudos

PVD in VBAT MODE

HelloI am using STM32F103C8T6 microcontroller in my project and internal RTC is used with external 32.768Khz oscillator and CR2032 battery is connected to VBAT pin for RTC backup. RTC is working fine.In my application I am running timer which increme...