cancel
Showing results for 
Search instead for 
Did you mean: 

Bringing up the BlueNRG device is failing!

guy
Associate
Posted on December 01, 2015 at 10:53

I am using BlueNRG ver 2 device, I'm using not an ST MCU, but freescale's.

SPI was porting to my MCU Kinetis and the issue is:

Instead of getting the ''Blue_Initialized_Event'' (0x04, 0xff, 0x03, 0x01, 0x00, 0x01),

I'm getting (0xff, 0xff, 0xff, 0xff, 0xff, 0xff).

The first 5 bytes SPI are OK and the second 5 bytes are also OK.

(the Bring UP is according to ''Bringing up the BlueNRG and BlueNRG-MS devices'')

0690X00000604wwQAA.png

attached waveform to describe the SPI signals.

Thanks in advance,

Guy

#bluenrg #bluenrg-unresponsive
2 REPLIES 2
SalvoP
ST Employee
Posted on December 03, 2015 at 10:11

Dear Guy,

Which bytes are you sending on the SPI header?

The first byte must be 0x0B, which means a read operation.

Instead, if the first byte is 0x0A, this means a write operation.

Best Regards

Salvo

guy
Associate
Posted on December 09, 2015 at 10:07

Thx, it helped