Hi All,
Our project got an MCU upgrade and a bluetooth chip upgrade, our old project had the MSP430F5436/8A and the PAN1326. The new project has the new MSP43F5359 and PAN1326B. We ported our code to the new platform, using Bluetopia HW porting guide, we checked and change the pin settings(in the HRDWCFG.h file) according to the guide and also checked if there was a clock signal.
Both were oke, but when we run the code we get (SPP code) we got a -4 when calling BSC_Initialize(HCI_DriverInformation, 0). To our understanding the all MSP's are compatible with Bluetopia? Are there some aditional steps that we need to do that are not in the porting guide?
Also in the BTPSVEND.c file the __SUPPORT_CC256XB_PATCH__ define is on (this was also in the older hardware version) so the b patch headerfile is included.
Are there any actions that we missed to do? The porting from the F5436 to F5438 variant was no problem with the porting guide. If we need to supply more information please say so!