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! USB CDC dont work in debug

Posted on April 11, 2017 at 12:39Hi all I'm working on a STM32F303CC very simple board(just µC IMU and USB). I need to use a USB Virtual COM (CDC) for a MtoM data transfer with a Windows PC I set up BSP with STMCubeMx and compiling/debuging with Ke...

o gaste by Associate III
  • 2104 Views
  • 3 replies
  • 0 kudos

STM32L Interrupt not firing. SOS!!

Posted on April 20, 2017 at 16:04I'm new to STM32 line of Microcontrollers, However I have worked extensively on TI MSP430 line.I recently bought STM32L-DISCOVERY with STM32L152RCT6 controller onboard.I got the en.stsw-stm32077 standard peripherals ...

STM32F446RCT6 CRC Calculation Regs

Posted on April 20, 2017 at 14:15Dear All,This is regarding the CRC checksum calculator for the STM32F446RC Controller. I am using the internal HW CRC module in F446RC to calculate CRC for UART communication protocol and sending the packet including...

X-NUCLEO-IKA01A1 Electromyogram problem

Posted on April 19, 2017 at 16:54Heys everyone,I'm new to the ST Community, so hi ^^. Anyways, I'm working on with the X-NUCLEO-IKA01A1, and I'm trying to use the Instrumentation Amplifier that the X-NUCLEO Board has; therefore I went and looked for...

Resolved! STM32F103 Timer Capture Problem

Posted on April 19, 2017 at 11:43In a project I'm attempting to measure 4 frequency channels (range 10 to 500 hz) using TIM3 in the STM32FDuring development I noticed the occasional missed capture event, or double capture events. I didn't pay much a...

Jeroen3 by Senior
  • 1613 Views
  • 10 replies
  • 0 kudos

Battery reverse current

Posted on April 20, 2017 at 16:44We have a custom STM32F769 board with a Lithium Manganese Dioxide CR1220 non-rechargable coin cell connected to Vbat. We are concerned that there may be an issue with this as there is no reverse charge protection cir...

STM32F401 Stop Mode entry

Posted on April 11, 2016 at 13:32Hello,I'm currently working on an application in which I need to put the MCU into the STOP mode, being able to wake it up by means of an EXTI. However, I'm having difficulties putting the MCU to STOP using __WFI(). I...

jesper2 by Associate II
  • 1136 Views
  • 6 replies
  • 0 kudos

Resolved! STM32_MAT/Target Error

Posted on April 19, 2017 at 20:54GreetingsI tried for 2.5 days to build a Matlab/Simulink (matlab 2017a) model and use ST_MAT_Library(4.4.1) to generate code. But it didn't work. I setup the system target file as 'stm32.tlc', and I added the path of...

[STM32F7] Use LSE as Timer source

Posted on April 20, 2017 at 13:42I'd like to use the LSE to clock an internal Timer. I had this implementation in some L1 devices, but I think this feature is missing with F7. With L1 I had TIM10 with ETR2 as clock souce + ETR remaped to use LSE.In...