some issue about 69103

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
        HI   
We just use the chip cyrf69103 to design. we use the IDE 'psoc designer5.0' for this project. We added the CYFISPI module to our project .But it can not work.The firmware can not retrieve an nonzero number after call the 'CYFISPI_Start()' function .   
   
I want to know if the psoc designer 5.0 has some bug on the CYRF69103. And how we shoud use the CYFISPI module .   
0 Likes
2 Replies
Anonymous
Not applicable
        are you trying to do a register read after calling CYFISPI_Start()? If you are, you first need to check the return from CYFISPI_Start(), if it is a true then you can do your read, if it returns false, that means the radio did not initialize correctly.   
0 Likes
Anonymous
Not applicable
        Also, check that you're using build 471 (should be the latest) of PSoC Designer 5.0   
Also, what hardware are you using?   
0 Likes