MC13213 SRD and NCB Hardware Design Error??

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MC13213 SRD and NCB Hardware Design Error??

1,524 Views
fgs_chuck
Contributor I
The schematics for the SRD and NCB boards show some signals from Port C connected to IC 104 which is an Atmel AT25HP512. I believe that this is a 65K x 8 bit EEPROM with a serial SPI interface. Unfortunately, Port C isn't the SPI. Unless I'm missing something, I don't see how this chip can ever be driven by the MC13213. Also, you can't simply re-wire the EEPROM to the SPI signals on the MC13213 because they are reserved for use by the wireless transceiver internal to the SOC.

Does anyone else have any ideas?


Chuck Matthews
Labels (1)
0 Kudos
3 Replies

355 Views
peg
Senior Contributor IV
Hi,
 
Bit-banged SPI?
It's pretty simple to do.
 
0 Kudos

355 Views
fgs_chuck
Contributor I
Hmm, didn't think of that. Has anyone seen any occurrence of this in any of the examples from Freescale? Perhaps in a template that the ZigBee BeeKit produces?


Regards,
Chuck
0 Kudos

355 Views
FPatrick
Contributor I
Hello Chuck,
 
I think the SPI is only for the internal connection between the MCU and the modem.
There is no SPI connection outside. You have to implement the sw SPI routines.
We design our own devices using external FLASH via SPI, and I had to code this feature.
 
Regards,
Peter
 
0 Kudos