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

communication in RAM7 LPC2148

hi,
I want to do communication project on LPC2148.
I want to use SPI. is it possible to use SPI to connect 2 or more ARM in master n slave mode??
where is chip select pin on ARM7??

plz help...

Parents
  • The master should also be configured as having SSEL so that the chip select is asserted upon data transmission/reception. Note that the LPC24xx does not do this automatically (I do not know if this applies to your device): one must clear a GPIO pin (note: the chip select pin will have to have a GPIO role, not SSEL) to select the slave (which one depends on your hardwre design of course). You better ask NXP for clarifications.

Reply
  • The master should also be configured as having SSEL so that the chip select is asserted upon data transmission/reception. Note that the LPC24xx does not do this automatically (I do not know if this applies to your device): one must clear a GPIO pin (note: the chip select pin will have to have a GPIO role, not SSEL) to select the slave (which one depends on your hardwre design of course). You better ask NXP for clarifications.

Children