CCM_Debug Project
------------------

This project demostrates de use of the STM32F407 CCM memory
to be used for printing Debug messages.

Compared with the use of a FTDI serial line as in the UART6_Tx project:

   - Is much faster as it writes directly on RAM
   - Don't needs an FTDI cable

   - The number of lines that can be on the write buffer is limited
   - The line lenght is limited
   - Requires access to the MCU memory using a Debugger
   - The MCU needs to be stopped to see the messages


  

