Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDMA Issue ,please help me,PLEASE
I have a program about DMA , The functions is send data from RS232 to SDRAM, SDRAM can receive data ,but when i check this data whther rightly, find the data that it's not send from uart . the probl...
Altera_Forum
Honored Contributor
15 years agoHi,
Does it work by now? What did you change? --- Quote Start --- void* dest = (void*)IOADDR_ALTERA_AVALON_UART_TXDATA(RS232_BASE ); --- Quote End --- Did you change it to void* dest = rs232_base+1 and it worked (which would confuse me a lot)?! Regards