2021-06-30 10:07 PM
2021-07-01 01:58 AM
Hi @PRAMU.1 ,
are you using SPI or I2C interface for the communication?
And are you able to read the chip ID (0Fh register)?
It would be helpful if you could share also the scope of the digital pattern working on your application.
-Eleon
2021-07-01 04:40 AM
im using i2c interface
2021-07-01 04:43 AM
2021-07-01 04:44 AM
continuesly looping never get out of the loop.
2021-07-01 05:52 AM
Hi @PRAMU.1 ,
but are you able to receive a correct acknowledge signal from the I2C communication?
Can you share the scope digital pattern of the communication?
-Eleon
2021-07-01 08:50 PM
how can i configure platform write and read in application code whre we are included that functions.
2021-07-01 08:50 PM
im not mention platform write and read in main.c is this mention or not?
2021-07-01 08:56 PM
/** Please note that is MANDATORY: return 0 -> no Error.**/
int32_t platform_write(void *handle, uint8_t Reg, uint8_t *Bufp, uint16_t len)
int32_t platform_read(void *handle, uint8_t Reg, uint8_t *Bufp, uint16_t len)
where can i write these functions
2021-07-01 11:30 PM
it returns always 0x00 only