cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO L152RE Hardware version

carbonefabio
Associate II
Posted on October 27, 2016 at 14:06

Hi!

I have three Nucleo-L152RE Board with this features:

- Board 1 and Board 2:  STM32L152RET6GH23W, Hardware version: MB1136 C-02

- Board 3: STM32L152RET6GH245, Hardware version: MB1136 C-03

I made a program that use RTC to wake up the system from Stop Mode every 10 sec.

I use LSI as RTC clock source. 

And HSI as System Clock Source.

The program works only with the Board 3. How this is possible?

What's the difference between board with different Hardware version and micro with the last 5 number different? 

I use System Workbench and Windows 
5 REPLIES 5
Walid FTITI_O
Senior II
Posted on October 27, 2016 at 15:58

Hi carbone.fabio, 

What is the power supply ? is it below 2.7 v ?

Is the internal voltageregulator is configured to switch to low-power mode in Stop mode (LPSDSR=1 in PWR_CRregister)  range2 ou range 3 ?

-Hannibal-

carbonefabio
Associate II
Posted on October 27, 2016 at 17:39

The power supply is ok. I use micro usb. 

LPSDSR= is set to 0

Posted on October 27, 2016 at 17:44

I'd suggest looking at DBGMCU_IDCODE, I remember at least one significant chip change in the L1 family. Check also solder bridges

http://www.st.com/content/ccc/resource/technical/document/reference_manual/cc/f9/93/b2/f0/82/42/57/CD00240193.pdf/files/CD00240193.pdf/jcr:content/translations/en.CD00240193.pdf

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
carbonefabio
Associate II
Posted on October 28, 2016 at 15:03

Thanks, I will check

carbonefabio
Associate II
Posted on November 18, 2016 at 15:56

The problem was that the board had a different version of STLINK firmware. I upgraded and solved the issue.