gauravkothari23
Advanced Member level 2
- Joined
- Mar 21, 2015
- Messages
- 644
- Helped
- 5
- Reputation
- 10
- Reaction score
- 4
- Trophy points
- 1,298
- Activity points
- 6,951
Hi all,
i am working on a project where i have to use SST89E516RD2 Microcontroller. i am using Keil as a programming software. i am using 44 PIN TQFP SMD package as i contains 5 ports • Four 8-bit I/O Ports and one 4-bit Port (Port4)
when i try to build the program in keil i am getting an error (35):
i have even modified the startup file and added:
as per the address mentioned in the datasheet page 20.
so i need to modified something else to use this port4.
i am working on a project where i have to use SST89E516RD2 Microcontroller. i am using Keil as a programming software. i am using 44 PIN TQFP SMD package as i contains 5 ports • Four 8-bit I/O Ports and one 4-bit Port (Port4)
when i try to build the program in keil i am getting an error (35):
error C146: 'P4': invalid base address
i have even modified the startup file and added:
Code:
sfr P4 = 0xA5;
so i need to modified something else to use this port4.