Conflict between LCD & I2C ?
Hey,
I have been experiencing a problem with my code, and would like to receive any help on how to resolve the problem.
So, here are the stories :
1. Using CubeMX, I have been testing the I2C protocole to measure the temperature with DS 1631. This is done in a single project, and everything has been going fine.
2. Using CubeMX, I have also testing the code to use the TFT display on the STM32F429I-Discovery. This is done in a single project, and it has been working correctly.
3. Now, the problem comes when I integrate the 2 functionalities in a single project. The I2C protocole results an error following the BSP_LCD_Init() function.
As for further info : I am using STM32F429I-Discovery, SPI5 and I2C3 for the TFT-LCD and I2C1 for communicating with DS1631 sensor. And CubeMX to generate the inialization code.
Any advise would be welcome and greatly appreciated.
Cheers