• Need help to convert SPJ source code to KEIL source code
    I am using atmel 8051 processor in my project . my job is to convert firmware from SPJ compiler to KEIL compiler . if there is any medium or via is there to convert with in less time
  • Need help to convert SPJ source code to KEIL source code
    I am using atmel 8051 processor in my project . my job is to convert firmware from SPJ compiler to KEIL compiler . if there is any medium or via is there to convert with in less time
  • Control of Object-Hex Converter from source
    hi, Is it possible to change output .hex filename at preprocessor time, something like: #define _BOARD_REV_ 1 ... #if (_BOARD_REV_ == 1) HEX_FILENAME("board_1.hex") #else HEX_FILENAME("board_old...
  • Control of Object-Hex Converter from source
    hi, Is it possible to change output .hex filename at preprocessor time, something like: #define _BOARD_REV_ 1 ... #if (_BOARD_REV_ == 1) HEX_FILENAME("board_1.hex") #else HEX_FILENAME("board_old...
  • RTX51-Full converting fonction to task
    Hello all, Can someone help me with converting a specific function (that receive various parameters) to task function? I'm working with RTX51-Full and I know that maybe the way to do it is to use the...