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.

texas instruments

  1. 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; /*...
  2. S

    Analog Engineer's Pocket Reference

    Here is a useful reference from Texas Instruments, now at edition four: https://www.ti.com/seclit/sl/slyw038b/slyw038b.pdf spec

Latest threads

New Articles From Microcontroller Tips

Back
Top