abhinav:
first let me tell u how much i appreciate all the pains taken by you to write reply for what all i asked.you must have been working with micro controllers for a long time.
1000 small steps will get you there :lol:
abhinav:
but any ideas how i can understand all the confusing lines of code and programs in gdb?
Well text based gdb is not the most userfriendly program out there…
that is why a lot of persons are using frontends like ddd or eclipse,
and to be honest maybe 70-95% are using a frontend.
abhinav:
you must have read many books and links when u were a beginner.
I still read a lot and google a lot and read a couple of other forums like http://stackoverflow.com/ (it’s good if you filter all the C#/.net stuff) etc etc
abhinav:
can u point me in the right direction so that i can understand atleast an error msg …
Well continue to try, and try and try again (even if you feel feel like giving up sometimes)
And don’t forget that you have choosen to start with a advanced piece of hardware :roll: (there are easier mcu:s out there, like the AVR:s)
hi i think i have loaded a hello world program successfully into the board using eclipse in windows system.any idea how i can see the print out put from the board on my comp in linux?
abhinav:
hi i think i have loaded a hello world program successfully into the board using eclipse in windows system.any idea how i can see the print out put from the board on my comp in linux?
i have to get the display to show hello world and i want to use the SPI interface to do it.so i soldered the display to the board so that i use the SPI2 interface according to page 4 of the display data sheet(3.3V SPI).
following the initialisation sequence in the data sheet,i understood i have to first write the data 55H into the display ram so that i can get the display to start.
also i have downloaded the stm32 standard peripheral library from stm site from
1)how do i get the spi2 driver installed from the library i downloaded(is it necessary to install at all?)
2)once i resolve the SPI issue how can i proceed to write data 55H to display ram so that my display can come to life
3)this is the final objective, how do i get the hello world printed on the display?
i know this may not be what you are working on right now, but i thought you must have some idea about initializing new interface from your experience.please help