This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Integrating nrf8001 with Renesas microcontroller

Hi,

I would like to connect nrf8001 to a Renesas microcontroller but I could not find any documentation on how to proceed with this step. The only documentation I could find is how to connect nrf8001 with Arduino.

I was wondering if anyone could give me a brief explanation on the steps need to be taken to implement this.

Any help would be highly appreciated.

Thank you in advance.

Parents Reply
  • Hi David, in the example you've provided, the MCU used is RL78 and IDE used is IAR. For my implementation, I'm using RX113 and e2studio IDE (Eclipse based Renesas IDE). I've managed to port all the files from IAR to my e2studio project but I am getting a few errors. The main error I'm facing is with ACI_ASSERT_SIZE(x,y) defined in aci.h file and it is used to compare the size of the first parameter to the integer value of the second parameter. There are multiple instances where this has been used such as in aci_cmds.h, aci_evts.h etc .. and the error is "The size of an array must be greater than zero". Could you please help me out to fix this error?

Children
No Data
Related