2020-03-31 02:50 AM
I try to configure my project by Cube MX enabling additional software X-CUBE-BLE2 as start point. When I try to compile I get the error "hci.h not found". I think something is missing, but all the code is Cube generated,
Is there a ready to use HCI stack for my purpose? Where can I find it?
2020-03-31 03:53 AM
Hello @GGuer.1 ,
All CubeMX examples are under C:\Users\...\STM32Cube\Repository\ .
Otherwise, could you please share your ioc file to check the problem?
Thanks,
Khouloud
2020-03-31 04:02 AM
2020-03-31 08:13 AM
You're right @GGuer.1 , the point you raised will be internally treated ,I will give you an update as soon as possible.
Thanks for your feedback,
Best Regards,
Khouloud
2020-04-17 07:58 AM
Hi @GGuer.1
When the CMSIS Pack is green, all config is OK, otherwise, there's somting missed
In your case the Wireless BlueNGR-2 should be also checked.
Best Regards,
Khouloud
2020-04-19 10:16 PM
The compilation is ok now.
Thanks!