Hello! I have a project of 8bit Atmel Microcontroller. I want this project to be compiled in Keil for Cortex M3 Microcontroller. But I have some issues.
1. I have an error "SFR undefined identifier". The compiler does not understand what SFR means .
2. There are 2 files with assembler code. The compiler displays a lot of mistakes in all these files.
How to compile this project?
As I understood this task is not solvable and impossible.
It is likely to be both solvable and possible. It will just take sufficient understanding and time to port the code across from one platform to another. So the real questions are whether you have the necessary tools to accomplish the task and whether it is worth the effort.