stm32cube ide
What radio module do you use?
nRF24l01+
What driver board(s) do you use?
stm32f105rbt6
If using Linux, what OS are you using?
If using Linux, what RF24 driver did you select?
None
Describe your problem
when i use your library i will get this error :
../Drivers/RF24/utility/STM32/RF24_arch_config.h:32:10: fatal error: cstring: No such file or directory
32 | #include
What is the RX code?
#include <RF24.h>
// ...
What is the TX code?
// The code for RX is same for TX.
// See above code for RX
I'm not that familiar with STM32 platform or IDE, but have you followed the doc at: https://github.com/nRF24/RF24/blob/stm32cube-support/docs/stm32cube.md
Also have you seen the thread at: https://github.com/nRF24/RF24/issues/872
Yes, I saw the document and followed the instructions you provided.
[!warning] We're not experts on the STM32Cube IDE. Your error does not seem specific to RF24 library.
You might have a better time troubleshooting this on the STM32 forums.
It looks like the compiler cannot find a C std lib module (cstring). If you posted the full error output, it might be more useful (is it from the C or C++ compiler?). This is most likely a problem in the IDE settings.
just i want convert "startconstcarrier" (this is available in your library) function to stm32ide base with this library https://github.com/developer328/stm32_hal_nrf24_library can you help me?
can you help me?
No. I've run out of kind ways to say "we cannot help you".