Hi everyone, I'm using ISL94212 battery management IC to do battery balancing. I'm very new to the Renesas controller and I don't know how to start the SPI communication. Is there anyone here used to working on the ISL94212, could you please share the code with me so I can use it as a guide.
Thank you
Joe,
I have not looked to see what the example code was written for but did you see on the product page the following
Actually, this is written for the RA2A1 but it should give you pointers on how to…
Actually, this is written for the RA2A1 but it should give you pointers on how to work with this device.
Thanks a lot Michael, I've seen this example code. I tried to configure the SPI setting according to the example, but it does not work. I feel like I missed something so I would like to see how the others work on this BMS IC with less complicated code.
What MCU are you using in your design?
Sorry for very late reply, I'm using RA2A1
Hi Joe-
Have you tried starting with this example project using SPI with a sensor?
https://github.com/renesas/ra-fsp-examples/tree/master/example_projects/ek_ra2a1/sci_spi/sci_spi_ek_ra2a1_ep
Let us know if it helps.