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

X-CUBE-MEMSMIC with 4 channel microphone problem

Posted on October 26, 2017 at 16:51hi, I have  a stm32l476 necleo-64 board and CCA02M1 extension board. I want to modify the the Microphones_Streaming example. and I want to use it to record 4 channel microphone and with 48000Hz sample rate. and I j...

0690X00000608f2QAA.png 0690X00000608lOQAQ.png 0690X00000608jJQAQ.png

STM CubeMX F103 RTC settings problem

Posted on December 17, 2017 at 23:24Hi,In STMCubeMX for stm32F103CBT6, i can not set the time of RTC more than 12 !!! it shows:'HoursHours must be between 1 and 12.Diagnostic:Hour Format is 12H 'but in the Alaram value field, it can be 0-23 !!! :'Ho...

STM32F042 Bootloader via CAN BUS

Posted on June 01, 2018 at 11:21Hi all,  As a title, can I use CAN Bus protocol to update my firmware with STM32F042K6T6 ? Because our product just has CAN Bus protocol and no others. thanks a lot.

STM32L152: Connect the COMP2 output to the IO port

Posted on June 01, 2018 at 11:22I want to connect the COMP2 output to the external circuit. I know the output can be redirected to the IC channel of some timers.and I tried to use TIM2_IC4 to get the output of COMP2 but failed.Is it possible to impl...

lei yue by Associate
  • 183 Views
  • 0 replies
  • 0 kudos

TIMx become slow when enable ULP (STM32L071RB)

Posted on May 31, 2018 at 11:19My current project using STM32L071RB chip, and now encounter a strange issue, when I enable PWR_CR ULP bit thr 'HAL_PWREx_EnableUltraLowPower()', the systick (Using TIM2 as timebase) become slow. and if I disable ULP b...

dz huang by Associate III
  • 297 Views
  • 1 replies
  • 0 kudos

STM32L476XX CAN functionality Support?

Posted on May 01, 2018 at 04:19I have purchased a https://os.mbed.com/platforms/ST-Nucleo-L476RG/ board for evaluating STM32L476XX MCU. However I am interested in the CAN functionality provided by the MCU and my question is do I need CAN transceiver...

Stack DMAable Memory Address While DMA Transfer

Posted on May 09, 2018 at 12:44Hi All,I am working on STM32H743 MCU's DMA.I was doing DMA transfer on the SRAM address space 0x30000000 (data transfer of 16K). I was visualizing a situation where i put this (0x30000000) address of the sram on the fu...

USB CDC receive buffer issue

Posted on June 01, 2018 at 08:13I'm using STM32F070RBT USB CDC device to communicate with PC. CDC channel is working fine except one issue. Looks like current channel has 63 character limit. i send 500 characters but i receive only 63 in buffer but ...