Why does my UART gives a cannot access memory error
Hey everyone,When using the default project generated my UART works fine and I can see the output on my Putty terminal. Now for my application I'm trying to move the UART object to another file.UART.cpp:class UART { public: UART(); private: UART_Ha...