Jump to content
43oh

Search the Community

Showing results for tags 'Tiva C Launchpad'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News
    • Announcements
    • Suggestions
    • New users say Hi!
  • Spotlight!
    • Sponsor Spotlight
    • Sponsor Giveaways
  • Energia
    • Energia - MSP
    • Energia - TivaC/CC3XXX
    • Energia - C2000
    • Energia Libraries
  • MSP Technical Forums
    • General
    • Compilers and IDEs
    • Development Kits
    • Programmers and Debuggers
    • Code vault
    • Projects
    • Booster Packs
    • Energia
  • Tiva-C, Hercules, CCXXXX ARM Technical Forums
    • General
    • SensorTag
    • Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
    • Code Vault
    • Projects
    • Compilers and IDEs
    • Development Kits and Custom Boards
  • Beagle ARM Cortex A8 Technical Forums
    • General
    • Code Snippets and Scripts
    • Cases, Capes and Plugin Boards
    • Projects
  • General Electronics Forum
    • General Electronics
    • Other Microcontrollers
  • Connect
    • Embedded Systems/Test Equipment Deals
    • Buy, Trade and Sell
    • The 43oh Store
    • Community Projects
    • Fireside Chat
  • C2000 Technical Forums
    • General
    • Development Kits
    • Code Vault
    • Projects
    • BoosterPacks

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests


Sparkfun


Github

Found 3 results

  1. Hi everyone! I have a question regarding UART SIR (IrDA) mode. In TM4C123(GH6PM) we can use IR transceivers to send/receive UART data. I have already set up both IR LED, and IR Receiver. They are working correctly. IR receiver works at 33 KHz. TivaWare library provides only UARTEnableSIR(base, lowPowerMode) function to Enable and configure IrDA mode of the UART. But here is the Question: How can we set 33 KHz frequency of the IR receiver in the UART SIR (IrDA) mode? Because there are many kinds of the IR receivers with different carrier frequency. Thanks in advance!
  2. Hi! Can anyone tell me about the difference between TimerPrescaleSet() and TimerPrescaleMatchSet()? When do we have to call them? In what order? After which function? I am having trouble using them. I appreciate any help! Here is the example, I want to use it to extend my PWM signal period 2 times. *******.............******....... TimerConfigure(WTIMER0_BASE, TIMER_CFG_SPLIT_PAIR|TIMER_CFG_B_PWM); // 0x0001 - value according to datasheet // TimerPrecaleSet(WTIMER0_BASE, TIMER_B, 0x0001); *******............********...... I know, Ther program doesn't have much sense, but I want to
  3. My app currently uses the Digilent "chipKit" Uno32 board and a Mac host. I am trying to port it to a new Tiva C Series LaunchPad that I just received. I get the following errors from the library: /Applications/Energia.app/Contents/Resources/Java/hardware/tools/lm4f/bin/../lib/gcc/arm-none-eabi/4.7.1/../../../../arm-none-eabi/lib/thumb/armv7e-m/fpu/fpv4-sp-d16/libc.a(lib_a-writer.o): In function `_write_r': /Users/rwessels/yagarto/newlib-build/arm-none-eabi/thumb/armv7e-m/fpu/fpv4-sp-d16/newlib/libc/reent/../../../../../../../../../newlib-1.20.0/newlib/libc/reent/writer.c:58: undefined referen
×
×
  • Create New...