MC13213 SRD and NCB Hardware Design Error??

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MC13213 SRD and NCB Hardware Design Error??

2,138 次查看
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
标签 (1)
0 项奖励
回复
3 回复数

969 次查看
peg
Senior Contributor IV
Hi,
 
Bit-banged SPI?
It's pretty simple to do.
 
0 项奖励
回复

969 次查看
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 项奖励
回复

969 次查看
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 项奖励
回复