STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi all, am using stm32l4S5IT microcontroller for reading internal temperature ,VBAT and vref but not able to read the exact values of each one ,

Vref is giving - 5200- 5700 mv but my source is (3300) maxVBAT - 3600 mvTemp- 170 degreesnot able to get why it giving that difference and my configurations are as per the example cube libraryNote: my Vref value is using as VREFANALOG_VOLTAGE for VB...

NUCLEO 144 - STM32F207ZG has the overcurrent LD7 permanently on, as well as the COM (red) and LD5 (Green). How can I fix this overcurrent problem?

Before starting the blinking program, when I plugged in my PC USB to micro the user LED's (1-3) could be toggled when I hit the blue push button, now they can't.Within Kiel, I started a new project LED blink. I found my MCU (as seen in the image), th...

0690X0000088vhAQAQ.png 0690X0000088vh0QAA.png 0690X0000088vgvQAA.png 0690X00000895QYQAY.jpg
Will1 by Associate II
  • 1390 Views
  • 4 replies
  • 0 kudos

Resolved! Features depending on Power Supply-Flash memory access

Hello,​I​n the datasheet for the STM32F423 , I see at the table 18 "Features depending on Power Supply range". I want to understand what will be the performance of the MCU if I power it with 1.8 V. I don't clearly understand the table. At the column ...

Yevpator by Associate III
  • 747 Views
  • 2 replies
  • 0 kudos

Problem with duty cycle measurement

Hello everybody,I wanted to measure the duty cycle (tone) of a PWM signal with input capture mode. Unfortunately, it works only almost up to 65% of the duty cycle(Ton). otherwise will the T_off measured instead of Ton. does anyone have an idea what c...

Samuel1 by Associate III
  • 515 Views
  • 1 replies
  • 0 kudos

Error when using vPortFree(ptr) CMSIS-RTOS on STM32F4

I will need to handle dynamic memory using malloc and free. Looking on FreeRTOS documentation, I found pvPortMalloc(size) and vPortFree(ptr) , pvPortMalloc(size) works fine. When try to release memory using vPortFree(ptr) inside a Thread, the code ...

MGado by Associate
  • 578 Views
  • 0 replies
  • 0 kudos

SPI with non standard clk cycles.

Is there a way to have spi just send an abnormal number of clock cycles as opposed to just 8 cycles at a time? Is bit banging the only way? Can the LL library be configured or coded to do such a thing?

Andrew C by Associate II
  • 578 Views
  • 4 replies
  • 0 kudos