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
  • Thanks for your response. But my question is still:

    I am using the ATMEL 328 as Master to control the BLE Chip.

    I have configured it as a master and I want to send a packet to the BLE chip to test if it works:

    How should this packet look, what should I read into SPDR ?

    I want to know the content of the packet that needs to be sent across to test the chip.

    Also when reading back from the chip, will it automatically pull the SS (RDYN) low or does it have to be done in software ?

    Thanks for your kind response.

Reply
  • Thanks for your response. But my question is still:

    I am using the ATMEL 328 as Master to control the BLE Chip.

    I have configured it as a master and I want to send a packet to the BLE chip to test if it works:

    How should this packet look, what should I read into SPDR ?

    I want to know the content of the packet that needs to be sent across to test the chip.

    Also when reading back from the chip, will it automatically pull the SS (RDYN) low or does it have to be done in software ?

    Thanks for your kind response.

Children
No Data
Related