Hello,
I was wondering when support for the STM32L162RD will be added to Keil uVision4? Is it possible to add/modify any setup files and get this running already?
Cheers!
-Madava
Just thought I will post a link since no one seems to know the answer.
http://www.keil.com/dd/chip/6137.htm
Keil officially has support for the STM32L162VD, I am assuming that it works for the RD as well (The difference is the pin count).
It's the same Cortex-M3 core - so that is already supported.
Are you talking about "awareness" of the specific peripherals?
If the peripherals of interest to you match another member in the family, you could use that.
Have you asked Keil directly?
"Is it possible to add/modify any setup files"
See: http://www.keil.com/support/man/docs/uv4/uv4_ca_cpu_ndatabase.htm
And: http://www.keil.com/support/man/docs/uv4/uv4_c_dd_parameters.htm
Hello Andrew,
By "support" I meant why don't the STM32L162RD appear "officially" under devices?
Yes you are right about the core, and since the peripherals in the STM32L162RD is a "subset" of STM32L162VD, there should be no problem.
Thanks for the links.
Well, if you want the "official" answer, you will have to ask Keil!
Indeed, the reason the post is on the Keil forum.
But this is an end-user forum.
And we end users can't give any "official" answer - for that you need to contact Keil directly.
Notice the "Support" and "Contact" links available at top and bottom of all pages.
I was at a seminar today, and they said that no new devices are going to be added to the simulator - keeping up with the sheer volume is just unworkable.
I guess it'll be up to device manufacturers to provide support, if they wish...?
Note that CMSIS - SVD now provides a way for device manufacturers to describe their Cortex-M peripherals for debuggers to use...
www.arm.com/.../cortex-microcontroller-software-interface-standard.php
tech.munts.com/.../CMSIS_System_View_Description.htm
Interesting...
Thanks Andrew.