Hi
I'm having a crash with the Bluetopia SDK. I've successfully ported the communication and kernel layers to my OS, everything seems to be ok since I can see a lot of valid HCI data being exchanged on the UART lines. However, the end of the BSC_Initialize function crashes.
Here is the information gathered with the debugger:
- crashes with a bus fault error at address 0x400FE000 (register BFSR = b10000010, BFAR = 0x400FE000)
- PC register points somewhere in a GetAccess function, called by BSC_Initialize
It's hard to get more information since I don't have the source code of the Bluetopia libraries.
Here is my environment:
- Bluetopia SDK v1.1 (4.0.1.3)
- STM32F407 (Cortex M4) microcontroller
- PAN1323 bluetooth chipset (TI CC2564B) on a PAN1323ETU board
- GCC compiler (Yagarto toolchain)
- ChibiOS/RT real-time OS
Thanks.