There are 4 messages in this thread.
You are currently looking at messages 0 to 4.
I'm searching Microblaze example projects and codes. I think There are only a few example on the Xilinx web page. Also I can't find a document about drivers of microblaze. Dou you know any documents about drivers like as gpio.h or gpio.c etc?
iceg...@gmail.com schrieb: > I'm searching Microblaze example projects and codes. I think There are > only a few example on the Xilinx web page. Also I can't find a document > about drivers of microblaze. Dou you know any documents about drivers > like as gpio.h or gpio.c etc? those documents are on EDK CD, not on xilinx website. some of them are website too, but not all Antti______________________________
Antti wrote: > iceg...@gmail.com schrieb: > > > I'm searching Microblaze example projects and codes. I think There are > > only a few example on the Xilinx web page. Also I can't find a document > > about drivers of microblaze. Dou you know any documents about drivers > > like as gpio.h or gpio.c etc? > > those documents are on EDK CD, not on xilinx website. > some of them are website too, but not all > > Antti I have got EDK Eval DVD but there is no document. How I can learn it?
The gpio.c and gpio.h can be found under the directory of your project: \project_dir\microblaze_0\libsrc\, which includes the driver code for the pheriphals in your system. Besides, you can find lots of valuable information in the EDK documentation, such as driver API. <i...@gmail.com> ??????:1...@h54g2000cwb.googlegroups.com... > I'm searching Microblaze example projects and codes. I think There are > only a few example on the Xilinx web page. Also I can't find a document > about drivers of microblaze. Dou you know any documents about drivers > like as gpio.h or gpio.c etc? >