- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi i am trying to impliment the UART serial port megacore,
Has anyone got an example bdf of this in use so I can see what inputs and outputs are needed, or can someone tell me what inputs and outputs are need? Also am I correct in thinking that a driver is needed on the pc to read the data from the serial port, how do i do this? Thank you in advance for your help.Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you tell, which uart serial port megacore you're referring to? I'm aware of a JTAG UART from the university program IP, but don't regard it as UART serial port, rather a virtual JTAG function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi, yes it is the one from the IP program.
I am new to altera and need to store my results from the board to my pc. I thought using the serial port would be the easiest way to do this? Is this correct and how do I do it? Thank you- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So you want to use the altera_up_avalon_rs232 core without a NIOS II processor as a serial interface to your HDL design?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yea that is what I was going to do. As I got the card doing some analysis and need to save the results on the pc.
But I think I going to add a nios core now as I think will be easier to do this in c rather than vdhl. I started looking at adding a nios core today and doesn't look too hard. But some direction for the UART would be great. Thanks- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The said UART is mainly designed or usage with NIOS, as the Avalon interface indicates. In this enviroment, it should operate similar to an UART of at typical hardware processor.
Using this (or any other UART component) with a pure HDL design is a bit more difficult. It typically implies a state machine that waits for transmission of a character before the next one is scheduled, or a command interpreter connected to RxD.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page