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! Over the Air Update BLE, STM32F2, CRC Always 0?

Posted on June 05, 2018 at 17:21I would suggest opening the file attached in notepad++.Generally speaking the code makes sense. I can get it working without the CRC, which apparently is supposed to equal 0.Note the following section:if(psFirmware->u...

ADC & DMA disrupting SPI

Posted on June 13, 2018 at 21:48Hi,I have ADC & DMA working well, scanning 2 channels in circular mode using full and half full callback routines. It works swimmingly. I also have SPI transmissions happening off of a timer interrupt. The problem is ...

STM32F030R8T6 I2C2 doesnt work

Posted on June 12, 2018 at 10:54I2C1 works absolutely fine. When I went through the datasheet found out that I2C2 doesnt support Independent clock.Could anyone throw some light on how to configure I2C2. I am using STM32 CubeMX.#i2c #i2c2 #i2c-clock

Resolved! Software interrupt on STM32L4

Posted on June 12, 2018 at 10:34Hi all,I try to create a software interrupt in STM32L476.This is the software interrupt enable codeHAL_NVIC_SetPriority(EXTI1_IRQn, 3, 0); HAL_NVIC_EnableIRQ(EXTI1_IRQn); LL_EXTI_EnableIT_0_31(LL_EXTI_LINE_1); LL_EXTI...

USB Communication Error

Posted on April 11, 2018 at 09:42Hi,strange problem here.With STM32 ST-LINK Utility V4.10 & V4.20 i got an USB communication error with ST-Link/V2 Firmware V2J28S7, V2J29S7 and V2J30S7. With Version V2J30S7 and STM32 ST-LINK Utility V4.20 i gotOLD S...

stm32f417 cryptography

Posted on June 06, 2018 at 07:43Hi am a beginner in the stm32f417 micro controller programming.Can anybody help me regarding how to implement cryptography in stm32f417vg micro controller.