Forum Discussion
Altera_Forum
Honored Contributor
20 years agoWeird Operation With Out PRINTF
Is anyone experiencing weird problems if you don't use any printf's in the main loop? I am having problems with using the DMA to transmit data using a UART. The UART transmits junk dat...
Altera_Forum
Honored Contributor
19 years agoOk I will try using the alt_uncached_malloc() function. I guess I also could try bypassing the cache too... by adding the 0x8x... on the front of the address.
Thanks!