cancel
Showing results for 
Search instead for 
Did you mean: 

SPI configuration in porting BlueNRG DK 1.6.0

hui
Associate II
Posted on March 20, 2015 at 01:08

Hi-

I have problem when I port code from BlueNRG DK to my custom board with a different MCU. The original code has configurations for SPI_NSS and SPI_CRCPolynomial in SdkEvalSpiInit() inside SDK_EVAL_Spi_Driver.c.

   SPI_InitStructure.SPI_NSS = SPI_NSS_Soft;

  SPI_InitStructure.SPI_CRCPolynomial = 7;

I don't see them in my MCU. What are the items? How can I port them over for my MCU's SPI configuration?

Thanks!

Hui

#spi-configuration-dk
0 REPLIES 0