Resolved! printf() working on one project but not another
I have 2 projects for a nucleo-H536ZI. the first project the printf()s work and are tied to the _write() function which I have debugged and proven. The second project the printfs() do not work using the same printf() & _write() function code again an...