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

flash program single byte in stm32L031g6

Posted on November 20, 2017 at 08:00I want to write 1byte variable to the internal flash memory. It works well when I write 4bytes variable like this.if (HAL_FLASH_Program(FLASH_TYPEPROGRAM_WORD, Address, vari4) == HAL_OK) {    Address+=4; }but when...

STM32H7 vs. STM32L4+ prices discrepancy

Posted on November 20, 2017 at 17:26Hi,   I wonder why the STM32H7 distribuitors prices are so much higher than ST prices for 10K units compared to others STM32 devices. Ex:  STM32L4R7VIT6   ST price for 10K = U$7.80     and Distribuitors minimum pr...

Asantos by Senior
  • 290 Views
  • 2 replies
  • 0 kudos

STM32F302 using TIM in output compare

Posted on November 20, 2017 at 13:41I'm using STM32F302 Nucleo board and I'm trying to configure TIM1 in such a way that it will output a 12 us long pulse on its output.I've configured TIM1, GPIO port C with its appropriate alternate functions as we...

Using the RTC

Posted on March 20, 2015 at 14:12 I'm having issues making the RTC work as expected. This is the code which is called periodically: RTC_TimeTypeDef currentTime; HAL_RTC_GetTime(&hrtc, &currentTime, FORMAT_BIN); char uartMsg[32...

dscdsc by Senior
  • 1648 Views
  • 16 replies
  • 0 kudos

STM32H743I Eval Board Schematic for SD card

Posted on November 13, 2017 at 05:01Hi,We are planning on using the STM32H753 in our design. We currently have the STM32H743 eval board with us and we have the following query regarding the sd card schematic on the user manual 'UM2198'.Qn.:  The sd ...