STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

replacing STM32F103C6 with STM32F103CBT6

hi,i am new to embedded programming and i have a problem and i appreciate any help.I have a firmware which works on stm32f103c6 .We had to replace the controller with an other to get more space for the flash Rom and that was the stm32f103cbt6,they a...

Moha-Affa by Associate II
  • 1037 Views
  • 2 replies
  • 0 kudos

Hello, I would like to update my board firmware using bootloader CAN. Could the STLINK-V3 allow me to flash my board using bootloader CAN ? otherwise, which kind of board should I use as a host PC ?

Actually I did not purchase one yet. I know I have to choose one with a bootloader CAN include like a STM32F412.Is there a GUI who allow a drag & drop to flash the board, using CAN ?I saw that STM32CubeProgrammer should be update to allow to flash th...

Zephyr S by Associate II
  • 597 Views
  • 2 replies
  • 0 kudos

SDMMC & SDIO - why max 1 SD card only?

I'm writing an SDMMC driver for my C++ RTOS - http://distortos.org/ - and there is one thing which really puzzles me, making it hard to decide about class hierarchy. In the Reference Manual for STM32F7 (but the same is true for other chips, both for ...

I2C pcb and pull-up

Good morning, I wanted to ask a question about the I2C interface.In particular on the routing of the pcb, I have a micro STM32 that is the master for i2c bus, then there are 2 slaves on the board and a connector to allow the connect of a third.The qu...

Complementary PWM at active low.

I have generated complementary PWM signal on STM32L496ZGtx. I used TIM1CH1 and TIM1CH1N. I am using one pulse mode so that every 1 second, I generate complementary signal. However one channel starts at active HIGH and another starts at active LOW. Ho...