STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4A6RG Jumping to application address

Posted on August 28, 2017 at 08:46I divided internal Flash to two part as below:1. bootloader start address: 0x08000000 (size: 0x8000)2. application start address: 0x08008000Now,I'm using the following code in bootloader to jump to application, it's...

NUCLEO-F103RB doesn't work.

I make the EWARM code using STM32CubeMX(ver 4.23.0)I select the NUCLEO-F103RB at the GUI of STM32CubeMX and save usingProject -> Generate codemenu. (I used default settings)I start EWARM(8.20.2) and add  HAL_GPIO_TogglePin( GPIOA, GPIO_PIN_5 ); HAL_D...

Himawari by Associate
  • 526 Views
  • 3 replies
  • 0 kudos

printf(), retarget and syscalls.c

I'm bringing up an STM32F103 part using a Makefile project generated by CubeMX. Previously I've always used the Keil IDE and during this switch I encountered some difficulty with retargetting printf. I implemented my fputc prototype as I usually woul...

Konami by Senior II
  • 747 Views
  • 1 replies
  • 0 kudos

STM32F407G-DISC1 board with debugger v2.0 can be powered from "anywhere", but STM32F407G-DISC1 board with debugger v2.1 needs power from a PC. Why?

I have two STM32F407G-DISC1 boards with the same firmware, one has debugger version 2.0 and the other has debugger version 2.1. The version 2.0 board always works perfectly, it doesn't matter if I plug the USB-cable into a mobile phone charger, batte...

arnold_w by Senior II
  • 464 Views
  • 3 replies
  • 0 kudos

Why is RTC not preserved on purpose now?

Hello there,In the L4 libs version 1.12.0 one can notice the following change in generated by CubeMX rtc.c file:Why is the ability to preserve RTC after reset removed by default? This is a 180 degrees change, without informing the user. Is this inten...

0690X000006BswVQAS.png

Missing USB CDC NUCLEO-F746ZG Cube Sample

Hello all.I'm trying to find a CDC same for the NUCLEO-F746ZG board but the latest cube I've downloaded (STM32Cube_FW_F7_V1.12.0) only contains the following:DFU_StandaloneHID_StandaloneMSC_StandaloneCould somebody please point me where I could find ...