Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by moahmedatef

  1. M

    Problem using UART0 in TM4C123 Tiva C Launch Pad

    Yes Does this mean I have a clock frequency of 48Mz ?
  2. M

    Problem using UART0 in TM4C123 Tiva C Launch Pad

    16 MHz external oscillator which is by default the oscillator of the MCU
  3. M

    Problem using UART0 in TM4C123 Tiva C Launch Pad

    I have changed the baud rate in the virtual terminal installed on my pc to 28800 and the baud rate in the code is still 9600 and the character was transmitted correctly what does that mean ? The baud rate in this code is 9600 and I got the divisor using the data sheet and the reference book...
  4. M

    Problem using UART0 in TM4C123 Tiva C Launch Pad

    a new character each second and the baudrate is is the same in both the code and puTTY
  5. M

    Problem using UART0 in TM4C123 Tiva C Launch Pad

    I'm trying to interface UART0 with the my laptop using the ICDI the code I used is from Mazidi's book : #include <stdint.h> #include "tm4c123gh6pm.h" void UART0Tx(char c); void delayMs(int n); int main(void) { SYSCTL->RCGCUART |= 1; /* provide clock to UART0 */ SYSCTL->RCGCGPIO |= 1; /*...

Latest threads

New Articles From Microcontroller Tips

Back
Top