- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To gain in confidence I initialized my integrated SOPC UART Core as follow and it works
void init_uart(int BAUD) { int divi; divi = (50000000 / BAUD) + 0.5; IOWR_16DIRECT(UART_BASE_ADRESSE, 0x14, divi); } // -- end of "init_uart()" Then I send/receive data successfully......... Now I integrated my custom avalon_opencore_uart and need to initialize before sending/receiving character. Please I would appreciate any advice to move forward..........Link Copied
0 Replies

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