This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2564C: Hard fault - CC2564C, Bluetopia SDK, v4.2.1.0, ARM Cortex-M7, FreeRTOS v8.2.3

Part Number: CC2564C

Hi

I'm having a problem with the Bluetopia SDK.

1. Bluetooth chip - CC2564C

2. ATMEL ARM Cortex-M7 ATSAMV71Q21 (just for now, but next will be STM32H7x3)

3. Atmel Studio 7.

4. FreeRTOS v8.2.3

5. CC256x STM32 Bluetopia SDK v4.2.1.0

6. The library libBluetopia_32_M4.a
7. hcitrans (without DMA)

8. I receive the following data when the log is on (RX data received, TX data transmitted):

OpenStack().
TX:  01 03 0C 00
RX:  04
RX:  0E 04
RX:  01 03
RX:  0C 00
TX:  01 36 FF 04 00 10 0E 00
RX:  04
RX:  0E
RX:  04 01
RX:  36 FF 00
TX:  01 37 FE 02 07 10
RX:  04 0E
There are 3 requests are shown here. The third request leads to an error (Hard fault) and the log stops.
Thanks for any help!