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! Failed to erase an STM32F779NIH6 MCU

Posted on July 19, 2017 at 16:05Hello everybody,I have some trouble when I want to erase my chip by  sector erase  or mass erase (ST LINK UTILITY with ST LINK dongle)   I obtain  some  dummy bytes after an erase operation like that :00 00 00 00 00 0...

Julien M by Associate II
  • 632 Views
  • 4 replies
  • 0 kudos

Resolved! STM32 with 3 12-bit analog watchdogs?

Posted on August 01, 2017 at 10:32Hello,I am searching for an STM32 device which offers 3 full 12-bit analog watchdogs.I have spent hours navigating on st.com but all I have found was the STMF303 line with 1x 12-bit watchdog + 2x 8-bit watchdogs.Can...

Resolved! Input capture Porblem

Posted on July 31, 2017 at 13:55Hey I use stm32f030p4 and i want counting a external frequency (Learning remote ).I configure timer  and interrupts like thisTIM_ICInitStructure.TIM_Channel = TIM_Channel_1;TIM_ICInitStructure.TIM_ICPolarity = TIM_ICP...

Resolved! CubeMX timing

Posted on June 07, 2017 at 20:18 Hi guys, I am running into some timing issue using CubeMX, probably after upgrading to the latest version. A couple of weeks ago I noticed my SysTick running roughly twice as fast as expected (half of 1ms) so I ch...

0690X00000607G5QAI.png
e d by Associate II
  • 1689 Views
  • 20 replies
  • 0 kudos

SPI Data Size means?

Posted on July 25, 2017 at 12:25Hi,HAL_SPI_TransmitReceive(SPI_HandleTypeDef *hspi, uint8_t *pTxData, uint8_t *pRxData, uint16_t Size, uint32_t Timeout) In this API Size is in Byte or in Bits?Thank you.

Question of SDADC Gain of stm32f373

Posted on August 01, 2017 at 02:32Hello,In the AN4550 , chapter 5.1.1 SDADC from HW design describe SDADC gain.I confuse about difference between analog gain(0.5 2 4 8)  and digital gain(16 32).Is the Analog gain change the gain using MUX?Is the Dig...