STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to stack IHM03A demo boards?

Posted on March 16, 2018 at 08:53The 'Quick start guide' for STEP01 demo boards says you can stack up to three boards and explains how to set the link resistors to daisy-chain the SPI comms. Fine, but that still leaves all the boards connected to th...

estie by Associate II
  • 105 Views
  • 0 replies
  • 0 kudos

Vref current required - stm32f103vct6

Posted on March 15, 2018 at 22:49Hello, I will use this Cortex with both ADC and both DAC active.The datasheet says the maximum (wort case) current required into Vref is:220 uA for ADC and 220 uA for DAC.I am going to apply the separate Vref with a ...

RnnKrk by Associate II
  • 120 Views
  • 1 replies
  • 0 kudos

Can I use HAL library in MBED?

Posted on March 15, 2018 at 19:21Hello,I have Stm32 L4 microcontroller.  I want to make use of all its power modes and I have only found the HAL library generated by the Cube software(https://github.com/JoeMerten/Stm32L4-Workshop/blob/master/AudioPl...

Resolved! RSS Feed Problem

Posted on March 03, 2018 at 08:35I want to RSS this content, but it always return me this...Cariati.Francesco‌Some of the RSS function is not working?please fix.#rss

0690X00000609szQAA.png 0690X00000609sfQAA.png

flash example can't not run on STM32L4R5QG

Posted on March 15, 2018 at 12:10I have two customer boards as below :A board : Mount with STM32L4R5QII (2MB internal flash)B board : Mount with STM32L4R5QGI (1MB internal flash)A board run well on the STM32L4R5ZI-Nucleo\examples\flash many times.B ...

fema by Associate III
  • 163 Views
  • 3 replies
  • 0 kudos

Resolved! STM32L4 RTC

Posted on March 15, 2018 at 19:43Hi all,I'm facing an odd behavior working with an L4/Nucleo64/CubeMX/HAL. RTC peripheral. Same result w/ and w/o LSE oscillator.Basically, a code like this:while (1) {   HAL_RTC_GetTime(&hrtc, &sTime, FORMAT_BCD);   ...