
Anik96
Members-
Content Count
12 -
Joined
-
Last visited
-
Days Won
1
Anik96 last won the day on January 26 2018
Anik96 had the most liked content!
About Anik96
-
Rank
Member
-
hello .... will it work for tm4c123g?
-
May be it is noise but not external.... cuz if i use internal Pulldown resistor , I am getting the same result. But If I connect it to 3.3V ....I am getting almost constant 4095 value. I have also tried using hardware avg and dither enable. When using hardware avg it is taking avg over the noise and thus giving a value between 10 to 15. But I need 0 output when connected to GND.
-
I cant compile codes for tm4c123g anymore. My boards suddenly disappeared from board manager. Now when I want to open it, it shows the following error: Error downloading http://www.energia.nu/packages/package_index.json java.lang.RuntimeException: java.lang.Exception: Error downloading http://www.energia.nu/packages/package_index.json at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onUpdatePressed$0(ContributionManagerUI.java:151) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.Exception: Error downloading http://www.energia.nu/pack
-
- board manager
- tm4c123g
-
(and 2 more)
Tagged with:
-
I am using TM4C123GXL launchpad ....MCU TM4C123GH6PM.... when I am trying to read ADC value using analogRead() it is fluctuating very much....even if I directly connect it to the GND pin it is giving random value between 0 to 50( 50*0.8mV = 40mV).
-
When using analog read function, ADC never gives 0 value even when it is directly connected to the ground. But when I connect it to 3.3V it gives constant 4095 value. What is the problem?
-
Is there any IR remote library for TM4C123G? I cant find one. In energia libraries, there is one IRremote lib for MSP430. Can anyone help me to configure this? I know basics about TM4C123G timers from its datasheet.
-
[Energia Library] Hardware Counter Library for MSP430
Anik96 replied to chicken's topic in MSP Energia Libraries
I have figured it out. Just Included TM4C123GH6PM.h which has all the register definitions. Now it is easy to create my own frequency counter using the timers. Thanks for the algorithm. -
[Energia Library] Hardware Counter Library for MSP430
Anik96 replied to chicken's topic in MSP Energia Libraries
Thanks for the reply. Is there any way to read/write registers directly in energia? -
[Energia Library] Hardware Counter Library for MSP430
Anik96 replied to chicken's topic in MSP Energia Libraries
Hello, can anyone help me to configure this library for TM4C123G launchpads ?? they have 80MHz clock speed. I want to measure upto 20MHz frequency( simple square wave with 50% duty cycle).