Hi,
I want to program a Mifare card reader chip RC522 using dk-lm3s9b96. I'm new to this, so I thought I should start off with the sample code given in NXP website. But when I tried compiling the code, I realised 'sfr' and 'sbit' declarations are not accepted by CCS4.
Any idea how I can change those declarations so that the code can be compiled?