SP370 IC Selection on Keil IDE

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
I am developing a project using Infineon IC SP370. It has in-built 8051 microcontroller. I am using Keil IDE to develop the code for this chip.
When creating a new project, for chip selection, this SP370 IC is not available.
Will Keil IDE support this IC to develop the code?
0 Likes
1 Reply
TomLeMense
Employee
Employee
First question asked 10 sign-ins 5 sign-ins
Keil IDE does support the SP370, but not through an entry in the device dropdown menu.
Instead, you should select "Intel 8052AH" as the CPU type.
Furthermore, you should specify "Off-chip code memory" starting at 0x4000 with a length of 0x1800 bytes.
0 Likes