Altera_Forum
Honored Contributor
21 years agoSpeeding up/increasing priority of printf
Hi,
Does anyone know of any way of speeding or increasing the priority of the printf statement to the console window of the IDE. I have been relying heavily on prinft to debug issues in a multiple task application and have found problems in my code for example at a location e.g. *bug* below (cause system hang), case A printf reaches the console window but case B never arrives. This is very misleading during debug, it suggests the problem occurred between case A and case B when in really the issue occurred at *bug*. I have seen this problem many times. It makes debugging a multitask application with intermittant bugs very difficult. function { printf (case A) code... printf (caseB) code... *bug* } Any ideas would be appreciated! Aiden