This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF24E1 Registers

Hello

Most of the nRF24E1 Special Function Registers are identical to the standard 8051 SFRs. However, there are additional SFRs that control features that are not available in the standard 8051, for example the SFR "RADIO". Is there a way for Keil to understand this label directly in a instruction?
I'm trying to do:

 mov RADIO, #23h

but it's not working.

I appreciate your help.

0