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

Resolved! STM32F429 Stopping SPI

Posted on April 18, 2018 at 20:03Hi, thereThis might be a basic question, but I've been trying to solve it for a few days now. I hope there will be an SPI expert who is willing to help. My codes are as follows:=======================================...

Eric Lin by Associate II
  • 417 Views
  • 6 replies
  • 0 kudos

How to set the baudrate for USB Host CDC?

Posted on April 19, 2018 at 23:20Hello,I'm working on STM32F407VG board. During device enumeration, both the Host and Device use full steep 12MB/s.After enumeration, can I set '115200 8N1' for the communication? I tried to call CDC_SetInitialValue()...

Pilot B by Associate II
  • 281 Views
  • 2 replies
  • 0 kudos

Keep user codes

Posted on February 19, 2018 at 12:13How can one keep the custom codes in a subroutine where there is no by default a special place for it?For instance I'm using MX_TIM1_Init(void)in which there is no dedicated space for my codes such as/* USER CODE ...

Help with CAN filter on stm32f767

Posted on April 12, 2018 at 10:21Hello, I would like to be able to receive CAN message 0x200(CAN_ID_RX is 0x200) and I have a CAN filter configured like this:sFilterConfig.FilterBank = 0; sFilterConfig.FilterMode = CAN_FILTERMODE_IDLIST; sFilterConf...

STM32F407VGXT DIscovery GPIO state at start_up

Posted on April 20, 2018 at 14:47Hi all, I'm using stm32f4 discovery with HAL drivers to realize a Synchronous BOOST DCDC.When the system is turn on, the gpio PE8 and PE9 configured as PWM pins of TIM1,(in particular PWMOUT_CH1 & PWMOUT_CH1N) goes i...

SPBTLE-RF in STM32L4 Discovery kit IoT node

Posted on April 20, 2018 at 16:04Hi!!Can anyone give me a SPBTLE-RF module tutorial or some sample code for a STM32L4 Discovery kit IoT nodeCheers.#spbtle-rf #stm32l4-discovery-kit-iot-node #spbtle-rf-in-stm32l4-discovery-kit-iot-node

Resolved! How to do a byte program on my STM32L4R5 platform ?

Posted on April 20, 2018 at 05:19I didn't find a way to do a byte program on my STM32L4 , there is a doubleword program exist in the stm32l4xx_hal_flash.c file.How can i do that , read the doubleword out first and modify one byte and do a doubleword...

fema by Associate III
  • 328 Views
  • 5 replies
  • 1 kudos
Labels