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

nordic > 2k problems

Hi,
I am using PK51 package... to develop for the nrf24e1, 8051 varient. Here is my problem, my app has just gone over 2k and for some reason it stops working...
here is the compiler output

Program Size: data=74.0 xdata=64 const=46 code=2051

the device programs and verifies ok but for some reason it won't run...

which I find strange as I have another program where I some code to live over 2k in the address space... from that map file

000552H 000559H 000008H BYTE UNIT CONST ?CO?ITU_2WAY
00055AH 000CFFH 0007A6H --- --- **GAP**
000D00H 000D7EH 00007FH BYTE INBLOCK CODE_IAP ?PR?PULSE_SEND?ITU_2WAY


so I think that the nordic is doing its job, I am just wondering if the compiler is doing something strange to my code...


Mark.

p.s. there are no compiler warnings about the USB key, which I have moved to a different USB port on my pc.

Parents Reply Children