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

Suggestions for Non-Blocking I2C Slave

Posted on August 15, 2017 at 02:33I'm using CubeMx with the STM32F415.Looking at the HAL drivers for I2C slave devices using DMA, it appears as if the HAL_I2C_Slave_Receive_DMA() and HAL_I2C_Slave_Transmit_DMA() functions will effectively be blockin...

STM32 libraries for newbie

Posted on August 14, 2017 at 11:47Hi,I am starting out with STM32 (STM32F103CB). I am thinking of using Visual Studio with VisualGDB and Seggar debugger. Are there high level libraries I can use for setting up IO functions and also for delays and no...

STM32L4 DAC DMA underrun error

Posted on August 12, 2017 at 17:43Hi guys,Iam trying to set up highest resolution on DAC as possible. If iam right there should be 10Msps DAC. so in 12b resolution i should get output samples 833 333.3ps. Timer (in my case TIM6) is clocked by intern...

Is it possible to do DMA chaining?

Posted on August 12, 2017 at 05:45Hello, I have an Olimex E407 board and I want to do dual Simultaneous ADC triggered by timer and each ADC would have 3 channels each. The read is configured as DMA mode 2My purpouse with this is to read 3 voltages (...