We are having following issues on CYBLE-416045-02 mcu

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

cross mob
AyKo_4382201
Level 2
Level 2
10 replies posted 5 replies posted 5 questions asked

Cypress PSoC6 issue

  1. we have tried to control ili9342 lcd driver from M0+ while rest of our code is getting executed from M4. but we are facing a strange issue. we were able to send initialization commands but rest commands are not getting serviced. we have verified spi bus data and it is there then we thought it was lcd issue. but the same library when executed on M4 works fine. we were unable to find any example code for M0 Spi Master too.
  2. we are also not getting i2c event callback from the Cy_SCB_I2C_RegisterEventCallback function pointer
0 Likes
1 Reply
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

Are you using SPI in Interrupt mode or polling mode? Please ensure that you have enabled SCB interrupt for the cores CM0+ and CM4 in the interrupts tab of the PSoC Creator if you are using SCB in interrupt mode.

If possible, please attach the truncated version of your project here. We will analyze it and get back to you.

Thanks

Ganesh

0 Likes