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

STM32CubeL4

Posted on October 25, 2017 at 03:11STM32CubeL4 1.10 is listed on the website, but version 1.9.0 is inside the .zip file when downloaded.

ax0018 by Associate III
  • 931 Views
  • 11 replies
  • 0 kudos

STM32F334 HAL DMA ADC Scan conversion not working

Posted on October 09, 2017 at 20:26Hello. In my project, I use the ADC configured in scan mode, as seen on this screenshot from STM32CubeMX:and the DMA configured as follows:The problem is that I can't get any data transferred from ADC to memory, wh...

0690X00000608XgQAI.png 0690X00000608XRQAY.png

How to multiply TIMers outputs?

Posted on October 25, 2017 at 11:43Hello everybody:I would like to multiply the outputs I get from TIM3_PWM (64KHz signal) and TIM4_PWM(8MHz signal) in order to get a new signal.The thing is that I don�t know how to do it and I�m pretty lost. By the...

How to divide my Timer output?

Posted on October 26, 2017 at 11:19Hello:I have set my TIM4 in PWM mode to get a 8MHz signal.Now I need to get a 64KHz signal using the 8MHz signal, but I don�t know how to do it.Also, I will have to change the Duty of the 64KHz signal.Thank you in ...

Resolved! Sending float32 with UART

Posted on January 03, 2017 at 18:47Hi there, recently I was making acustic spectrometer using STM32F4-Discover. In my project im making FFT with 'arm_math' libraries and then I need to send data to PC (with which I'll display it) via UART.After maki...

Tom G by Associate
  • 2337 Views
  • 7 replies
  • 0 kudos

STM32F373 Timer questions

Posted on June 24, 2014 at 16:58Hello,I have a timer performing input capture on one channel. Can I set another channel OF THE SAME TIMER as an output with a frequency double of the captured input signal frequency?-------------I am not 100% clear on...

ing by Associate II
  • 758 Views
  • 5 replies
  • 0 kudos

CAN -> How to send overload frame?

Posted on August 15, 2017 at 05:00Hi,has anyone ever managed to send a standard CAN overload frame on an stm32?So far, I could only find error handling for incoming frames but no way to send one myself.#can #overload