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

SPI

It should be fairly straightforward to write and read a 25xxx eeprom thru the SPI bus using the pc serial port with Keil software.
But nowhere do I find the DB-9 to SPI connections. Which pins connects to sck, mosi, miso,cs ?
Can you help?
Thanks,
John

Parents
  • Are you designing your own PCB that incorporates an nRF9E5 and EEPROM?

    Actually 2 pcbs. One contains the nrf9E5, eeprom and connectors for the adc and i/o port. This plugs into the other which contains a uart and a serial to usb translator. So you can load your app code to the eeprom via the pc usb and then plug it into the app circuit.

    Taking the EEPROM totally out of the equation for this question, will the application running in the nRF9E5 need to communicate via the MCU's UART and RS-232 to provide some user interface or debug output to a terminal emulator or anything similar?


    I dont think that is necessary. C

    That is, again taking the EEPROM totally out of the equation for this question, is there any reason whatsoever that your PCB would require an RS-232 driver/receiver?

    Just to program the eeprom.

    Does your design require (re)programming of the EEPROM in-circuit without removing it from your PCB?

    The eeprom is a smd. Have to plug the board into the programmer to reprogram it.
    So really all I need is a serial eeprom programmer running thru the pc serial port. And software to flash the eeprom and compile the code and all that.
    Its an evaluation board and a programmer with expandable i/o interfaces.

Reply
  • Are you designing your own PCB that incorporates an nRF9E5 and EEPROM?

    Actually 2 pcbs. One contains the nrf9E5, eeprom and connectors for the adc and i/o port. This plugs into the other which contains a uart and a serial to usb translator. So you can load your app code to the eeprom via the pc usb and then plug it into the app circuit.

    Taking the EEPROM totally out of the equation for this question, will the application running in the nRF9E5 need to communicate via the MCU's UART and RS-232 to provide some user interface or debug output to a terminal emulator or anything similar?


    I dont think that is necessary. C

    That is, again taking the EEPROM totally out of the equation for this question, is there any reason whatsoever that your PCB would require an RS-232 driver/receiver?

    Just to program the eeprom.

    Does your design require (re)programming of the EEPROM in-circuit without removing it from your PCB?

    The eeprom is a smd. Have to plug the board into the programmer to reprogram it.
    So really all I need is a serial eeprom programmer running thru the pc serial port. And software to flash the eeprom and compile the code and all that.
    Its an evaluation board and a programmer with expandable i/o interfaces.

Children