Hello,
I got a problem here: I'm working with the stack 1.4 with a modificated version of the Peripheral Profile Demo Project. Now I wanted to use the SPI Interface provided by HAL. So, I added the preprocessor macros:
HAL_SPI=TRUE
HAL_UART_SPI=1
HAL_SPI_MASTER
But when I try to compile my project, the file "hal_spi.h" could not be found. I checked in the folder where I installed the BLE stack, but I can't find it anywhere. Can you provide this file for me, or do I have to write it myself using the functions from "_hal_uart_spi.c"? Please point me to the solution.
Best regards
Karl