Writing and reading external parallel flash with STM32
Hello
I am using STM32F103C8 and I want to read and write to CAT28F010P Flash chip.
This flash chip has parallel buses for data and address. Also there are 3 control lines as CE, OE and WE.
So there are 28 lines in total coming out of this chip. I was able to physically interface all lines with STM32F103C8.
But I have no idea how to code the microcontroller in order to get that done.
Please help!
Thanks
currently I use STM32CubeMX and Keil uVision 5 as developing environment. Program debugger is st-link v2.
