2015-03-19 05:08 PM
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