This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SPI Packet

I want to use ATMEGA 328 to send a packet over to the chip as follows:

SPDR = packet ;

Can some one kindly post what the content of this packat should be ? is it possible to transfer a 32 Byte packet in this way to the BLE chip ?

Thanks in advance for you support. Any sample application code for this would be much appriciated.

Parents
  • The ATMega328 is an Atmel (now Microchip) product - it has nothing to do with Nordic.

    You will need to study the Datasheet and other documentation provided by Atmel:

    www.atmel.com/.../atmega328.aspx

    In particular, look at the 'Documents' tab: as the name suggests, it has many documents about using the ATMega328 - including its SPI features...

Reply
  • The ATMega328 is an Atmel (now Microchip) product - it has nothing to do with Nordic.

    You will need to study the Datasheet and other documentation provided by Atmel:

    www.atmel.com/.../atmega328.aspx

    In particular, look at the 'Documents' tab: as the name suggests, it has many documents about using the ATMega328 - including its SPI features...

Children
No Data