TOP Contributors

  1. MIKROE (2661 codes)
  2. Alcides Ramos (357 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137023 times)
  2. FAT32 Library (70144 times)
  3. Network Ethernet Library (56030 times)
  4. USB Device Library (46353 times)
  5. Network WiFi Library (41968 times)
  6. FT800 Library (41296 times)
  7. GSM click (29063 times)
  8. mikroSDK (26502 times)
  9. PID Library (26452 times)
  10. microSD click (25424 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

UART Driver using Interrupts for MultiMedia PIC32MX7

Rating:

0

Author: Val Gretchev

Last Updated: 2012-11-27

Package Version: 1.0.0.0

Category: Communication

Downloaded: 1121 times

Not followed.

License: MIT license  

The MikroElektronika libraries for the UARTs work well but they block the CPU from executing code until the function is finished. This can be a long time since the UART is generally a slow peripheral device. It's better to let the interrupt mechanism handle the sending or receiving of individual characters while allowing the CPU to do other tasks.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "UART Driver using Interrupts for MultiMedia PIC32MX7" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "UART Driver using Interrupts for MultiMedia PIC32MX7" changes.

Do you want to report abuse regarding "UART Driver using Interrupts for MultiMedia PIC32MX7".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

The accompanying program in C# can be used as a terminal to communicate with the MultiMedia board. The PIC32MX7 code will respond to messages sent to it from the terminal Manual Send box. Just insert a command (a, b, or c) and click on the Send button. Make sure you change the COM Select for the COM port you are using on your PC. You can click on the LED representing DTR and RTS to activate these signals on the interface. Clicking on them when they are active will turn them off.

ALSO FROM THIS AUTHOR

Ultra-Low Resistance Tester (micro Ohm Meter)

9

Electrical power generation and distribution companies require an instrument for testing power transformer windings and circuit breaker contact resistance during maintenance. This is a design for such an instrument. The mikromedia 5 for Tiva board is the perfect candidate as the Microcontroller with Touchscreen in the block diagram.

[Learn More]

Exercising The MINI-M4 for STM32

9

A starting set of modules for supporting the many peripheral circuits integrated inside an ARM controller. This example uses the smallest implementation in MikroE’s lineup of ARM boards but has a very powerful microcontroller on-board. The USB interface and built-in boot loader make it all possible without a big expenditure.

[Learn More]

Traffic Flow Recorder (TFR)

0

This project combines several examples into a single application implementing a traffic movement data logger. The collected data can be used to justify signal lights or to change the signaling sequence of existing lights. The hardware used for this project is mikromedia for Stellaris® M3 board.

[Learn More]