Question
configuration
- May 3, 2024
- 7 replies
- 6382 views
Hi,
I now implementing i2c with 1 master (U575ZI-Q) and 3 slave (LK432KC).
I confirmed my code. It worked well.
but after changed title of the project and deleted some project, it made me confued,,
so I made every(1master 3slave) project new.
Here is the problem.
I think I forgot some MX configuration...
When I debug master, slave didn't receive data.
1. I use 4.7kohm external pull up resistor, so I set GPIO pullup/pulldown mode as no pull up and no pull down both master and slaves.


2. of course I changed NVIC I2C event interrupt enabled both master and slaves.
3. pinout view is like this



well.. I think master configuration could be the problem... but I'm not sure
I'll attach my master and slave main.c file
Thank you :)
