What is the default I2C address for the CY8C24894-24LTXIT

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

cross mob
DaWi_3430881
Level 3
Level 3
First like given

How do I find the default I2C address of the CY8C24894-24LTXIT?

Also, can this device be programmed through I2C?

Thanks,

Dave

0 Likes
1 Solution
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

CY8C24894-24LTXIT is an empty device, so it doesn't have a i2c address.

This device supports BootldrI2C user module which can be used to realize an I2C bootloader function, if you create a bootloader project use BootlarI2C module and program in the device, then you can upgrade firmware into device through I2C interface.

View solution in original post

0 Likes
3 Replies
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

CY8C24894-24LTXIT is an empty device, so it doesn't have a i2c address.

This device supports BootldrI2C user module which can be used to realize an I2C bootloader function, if you create a bootloader project use BootlarI2C module and program in the device, then you can upgrade firmware into device through I2C interface.

0 Likes

Thank you. I will look further into it.

0 Likes

Cypress provide Host software for I2C bootloader, you can find it in

C:\Program Files (x86)\Cypress\Programmer\Bootloaders\BootLoaderI2c\Bootloader_Host_PSoC1\Executables

0 Likes