STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error Target MCU stm32f401cd

Salut la communauté, J'ai créé une carte électronique permettant de visualiser l'état de la batterie d'un ULM. J'ai utilisé le microcontrôleur STM32F401CD, et j'avais initialement prévu d'utiliser uniquement l'horloge interne HSI du MCU, donc je n'ai...

yassir by Associate III
  • 4355 Views
  • 44 replies
  • 9 kudos

CAN Filter ExtID

Hi,I want to setup the CAN filter but I don't understand how to do so.I have made lot of test but nothing work fine.I want to have only message 0x18FF01D0, 0x18FF02D0, 0x18FF03D0, 0x18FF05D0, 0x18FF07D0, 0x18FF0CD0 and a stdID 0x401.To test to have o...

AJouv by Associate II
  • 1543 Views
  • 7 replies
  • 0 kudos

Resolved! UART RTS/CTS not working

Dear Sir.I am trying to test for rts/cts , I use a program that transmit a 16 byte dataevery 1 ms .Tying rts or cts to gnd or 3.3v  makes no impact on the TX output.How do I insure that the code  works with RTS\CTS ? Pleas advise 

reprogramming STEVAL-STWINKT1B using RS-485

I have used the evaluation board (STEVAL-STWINKT1B) for a while now, and have always used USB cable to load my hex files to reprogram it.I would like to repogram it using RS-485 with the Stm32CubeProgrammer, is this possible? do I need to make any ad...

NivR by Associate
  • 320 Views
  • 1 replies
  • 0 kudos

Resolved! Stm32G431KBU6 CANFD can't work when BRS On?

Hi community:      I'm using CANFD on stm32g431kbu6 board, but I find some issue that CANFD cant work normally with BRS ON,my config of CANFD show in the comments。Does anyone know about this?   Thanks

eason_Yi by Associate II
  • 1488 Views
  • 12 replies
  • 0 kudos

Trustzone application

Hi,I have utilized the GPIO toggle TrustZone example in B-U585I-IOT20A board to understand how TrustZone technology operates. Once the application is running, if I press the reset button, the application does not restart.Looking at the debugger, I ge...

Need a driver for USB to CAN for Windows 11 Arm

Hi I am new here. I am looking for a driver for Windows 11 Arm (parallels M1). The chip on my board says STM32F105. The driver that worked for me last time on other Windows was:  dpinst_amd64 Can someone advise a driver for Windows 11 Arm (running Pa...

grisom by Associate II
  • 2062 Views
  • 10 replies
  • 6 kudos

CPU Utilisation in STM32

Hi How Do I get the cpu utilisation in stm32?I am using STM32F205 with platformIO Ide.I dont want to use Task list view in freertos as it is intended for debugging only.Any help would be much appreciated.Thanks

JThom.15 by Associate III
  • 359 Views
  • 1 replies
  • 0 kudos

unable to get the output from the code:

Hi Community.I am Running a code which takes two adc values to generate duty  and one timer for PWM generation. Elaborately i am running an MPPT code by taking voltage and current from PV panel which is read by PA0 and PA1 of STM32F446re micro contro...