10-25-2022 03:52 PM
Hello,
I am using NRF52832. In the sample code I have set common.c and common.h according to NRF52832. I'm reading parts like Product ID correctly, the value is 0x89. rslt=bhy2_upload_firmware_to_ram(bhy2_firmware_image, sizeof(bhy2_firmware_image), &bhy2); When it comes to the part, it reads as rslt=0xfb, that is -3. I am using Bosch_APP30_SHUTTLE_BHI260_aux_BMM150.fh.h firmare image. When this happens, the kernel version is read incorrectly with a value of 0. Do you think spi communication software is wrong or I have to do something else?
NRF52832 compatible spi read and spi write software
can you please help me? Can you give a detailed explanation? I have limited time and a lot of BHI260APs will be used for a project.
Solved! Go to Solution.
11-01-2022 08:16 AM
11-03-2022 12:13 PM
Solved my problem, thank you very much for your attention. I saw it too late but I fixed it myself.