STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

How to place the code to the boot memory?

Posted on December 29, 2017 at 02:58Dear All,As I know, STM32Fxxx CPU support 3 types boot mode by selecting the Boot pins.1.Boot from main Flash memory.2.Boot from system memory3.Boot from embedded SRAM.But I want to know how to place the code to t...

STM32F103C8 I2C DMA transfer complete callback

Posted on December 29, 2017 at 12:16I'm trying to write a code to send data with I2C using DMA. While looking for appropriate 'Transmit complete' event I've dig into STM32Cube_FW_F1_V1.6.0 sources, to be specific into stm32f1xx_hal_i2c.c's HAL_I2C_M...

I2C in different STM32 mcu lines

Posted on December 28, 2017 at 11:36What is the reason for ST microelectronics to have different I2C modules in STM32 mcus ?Stm32f303 and Stm32f092 has the same I2C, but stm32f446 has another I2C, and Stm32f103 has the third type of I2C. #i2c #stm32

Resolved! STMFlashLoader with the STM32L462RE

Posted on December 20, 2017 at 01:00I'm trying to use the GUI demo STMFlashLoader with the STM32L462REI do to get past the initial bootloader 'detection',PID (h) 0462, BID (h) NA, Version 3.1. Then the next screen is blank, with a blank pull-down me...

HAL_CAN_Transmit_IT mb error with LOCK instanse.

Posted on December 14, 2017 at 21:39Hello!I think in HAL CAN driver have error in function HAL_CAN_Transmit_ITI put part of driver here  https://pastebin.com/PhHcMC94on line 13 we see     __HAL_LOCK(hcan);next on line 29 we see     if(transmitmai...

f_write bug - report

Posted on December 02, 2017 at 02:05The original post was too long to process during our migration. Please click on the attachment to read the original post.

con3 by Senior
  • 379 Views
  • 3 replies
  • 0 kudos

How to apply 74HC165 for STM32

Posted on December 26, 2017 at 15:08 Dear community, I can hardly find any code for the STM32 using a parallel in/serial out 74HC I managed to program the stm32f103c8 to work with a 74hc595 which is the counterpart, so it's a serial in/parallel o...

Labels