• how to call a function from another banking??
    does somebody can explain or provide simply samples for code banking switch and call a function from another banking?such as call a function in bank1 from common area or call a function in bank2 from...
  • how to call a function from another banking??
    does somebody can explain or provide simply samples for code banking switch and call a function from another banking?such as call a function in bank1 from common area or call a function in bank2 from...
  • How to pass sbit variables to other functions?
    Hi All, I am running into problem, where I could not pass sbit variables to a function. Here's an example: My SBIT definitions: sbit OLD_JTAG_TCK = 0xB0+3; sbit NEW_JTAG_TCK = 0x80+7; ...
  • How to pass sbit variables to other functions?
    Hi All, I am running into problem, where I could not pass sbit variables to a function. Here's an example: My SBIT definitions: sbit OLD_JTAG_TCK = 0xB0+3; sbit NEW_JTAG_TCK = 0x80+7; ...
  • How to pass arguments to Debug Functions in uVision4
    Hi, => I tried to create a debug function with arguments something like in uVision4 FUNC int fname (int param) { } but it gives me a compilation error. Is it possible to pass aruments...