User Activity

Hello all, I want to interface my STM32f407vgtx microcontroller with ILI9325 lcd and for this I have initialized FSMC as per my requirements. But to properly communicate with ILI9325 LCD , I want to read/write pins named NOE, NWE, CS , Cmd/Data .Can ...
Hi all i dont know what happen to the i2c line just after the address acknowledgement the SCL line goes LOW while SDA high and after that if i am sending data through data register I2C1_DR there is no response.Point to note that that if i initialize ...
Hi all,I want to use the I2C of my STM32F100xx Low/Medium density value line Discovery board but without using STM32cube IDE because i want to learn the basic register initialization and each step necessary so that i can port it to any IDE but i am u...
Hello all STM32 Lovers,I am developing a project in STM32CUBE IDE 1.2.0 for my old STM32VL Discovery Board(STM32F100RBTX) that is connected to the old Nokia LCD everything is working perfectly fine (code generation, compiling, building) but I don't k...