STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U595 used PA11 and PA12 as gpio

I used PA11 and PA12 as standard GPIO in STM32U595ZJT6Q and system frequency is 4MHz. Config PA11 and PA12 to PP output mode ,no pull up.Don't set this gpios to high, the mini system current is 3mA,but set this gpios to high, the current is 22mA.Test...

Sunwaz_0-1699191009843.png
Sunwaz by Associate III
  • 2574 Views
  • 13 replies
  • 4 kudos

Resolved! Screen is terminating

Hi, I'm using an STM32F401RE board for a class(programming using MacOS). Right now, I'm using VSCode and make to edit and compile my code, then using stlink to flash it. All I'm trying to do is print hello world to the tty.usbmodem* screen in the /de...

AllanLiu by Associate II
  • 2368 Views
  • 2 replies
  • 0 kudos

hrtim hal library

hi, I was looking for HAL -library for stm32334r8 MCU but i dont see anything about HRTIM in the avilable HALY library. where can I find HAL instructions documentation for HRTIM ? 

vasudev by Associate II
  • 1204 Views
  • 3 replies
  • 2 kudos

Undefined Instruction Hard Fault

I am using an STM32L562VET6Q.  My device contains both a (custom) bootloader and an application.  The bootloader jumps into the application by reading the address of the Reset_Handler from the application's ISR vector then branching to this address. ...

BASEPRI setting after reset

Board: Riverdi display with STM32H757XIH6 MCU; using TouchGFX and FreeRTOSI think I know how BASEPRI register works and how it is used in FreeRTOS. What I do not know is where is the value of BASEPRI register set at the beginning of the program. I no...

f_write takes 10 seconds for stm32f417vgt6

Hello, ST experts STM32F417 is used on custom hardware design. And everything is OK except SD card. At first SD card works well. f_write takes about several milliseconds. But when the free space of SD card(San Disk Ultra 64GB) is less then e.g. 10GB,...