Activity
From 06/01/2025 to 06/30/2025
06/30/2025
- MW 10:02 AM FPGA Development: RE: Requesting the source/origin for the fpga bin in the default image in the sd card provided along with the evk.
- Hello,
It is the same one as documented on the [[FPGA_Example_Projects]] page. The only difference is that the target device was changed to the 50 KLE part number instead of the 15 KLE part number in the project settings.
Please l... - Hi,
We are working currently with the AM57 devkit with FPGA and using the sd card image provided along with the evk.
Our query is regarding the *fpga_7a50t.bin* file in the image.
Specifically, if there is any source project avai...
06/11/2025
- TR 06:00 AM Software Development: RE: Interfacing pca9535 with arm using i2c expanders (J5)(i2c5)
- Thank you
Will update if anything else comes up.
06/10/2025
- JC 03:07 PM Software Development: RE: Interfacing pca9535 with arm using i2c expanders (J5)(i2c5)
- Thejas Raj wrote in message#6981:
> Hi,
> ...
First please note that the R6/T9 pins will be 1.8V logic level. If your device is 3.3V logic level you will need a voltage translator similar to U5 on the devkit.
> Can you give us the ... - TR 10:04 AM Software Development: RE: Interfacing pca9535 with arm using i2c expanders (J5)(i2c5)
- Hi,
So we were able to interface i2c5 of the evk with our pca 9535 i2c device.
As of now we also require i2c4 of the evk/som whose scl and sda are currently muxed to gpio7_3 (R6) and gpio7_4 (T9) respectively.
Can you give us the...
06/05/2025
- JC 01:53 PM Software Development: RE: Interfacing pca9535 with arm using i2c expanders (J5)(i2c5)
- Okay sounds good
- TR 08:55 AM Software Development: RE: Interfacing pca9535 with arm using i2c expanders (J5)(i2c5)
- Sorry for the late reply.
We were able to interface the pca9535 after adding the respective nodes for it in the i2c5 bus configuration in the am57xx-mitysom-baseboard.dts file.
Will update if anything else comes up.
Thank you
06/03/2025
- JC 06:43 PM Software Development: RE: Interfacing pca9535 with arm using i2c expanders (J5)(i2c5)
- > even when data is coming from pca9535. I suppose the 20 1 column should show 21, but it is not coming up.
What does this mean? How is data coming from the pca9535 if you cannot talk to it?
> ...
What are the address A0, A1, A2 pin... - TR 03:48 PM Software Development: RE: Interfacing pca9535 with arm using i2c expanders (J5)(i2c5)
- correction: the extension is J4
- Hello,
We are trying to interface external pca9535 with the evk via the i2c5 bus. We'll be using the J5 extension on the board to do so.
As far as I know, 0x21 is the memory address that is supposed to be used by pca9535 but i2cdet...