RF24 icon indicating copy to clipboard operation
RF24 copied to clipboard

stm32cube ide

Open sshmax opened this issue 1 month ago • 5 comments

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 | ^~~~~~~~~ please help me

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

sshmax avatar Nov 29 '25 17:11 sshmax

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

TMRh20 avatar Nov 29 '25 18:11 TMRh20

Yes, I saw the document and followed the instructions you provided.

sshmax avatar Nov 29 '25 21:11 sshmax

[!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.

2bndy5 avatar Nov 29 '25 22:11 2bndy5

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?

sshmax avatar Nov 30 '25 11:11 sshmax

can you help me?

No. I've run out of kind ways to say "we cannot help you".

2bndy5 avatar Nov 30 '25 14:11 2bndy5