
Kannannatesh
Members-
Content Count
13 -
Joined
-
Last visited
About Kannannatesh
-
Rank
Member
Profile Information
-
Location
TamilNadu, Chennai
-
Interests
Embedded
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Try this attachInterrupt(digitalPinToInterrupt(Left_Encoder_PinA), do_Right_Encoder, RISING);
- 5 replies
-
- interrupts
- tm4c123gxl
-
(and 1 more)
Tagged with:
-
hi Swathisk, CC3200 have only two UART's, u can define Serial.read, and Serial1.read, command directly kannannatesh
- 1 reply
-
- cc3200
- neo 6m gps module
-
(and 1 more)
Tagged with:
-
Dear @prabuselva thanks for your support it's working fine
-
Dear friends, this is my new code and also i get some error, anybody can help me to find the solution for this , #include <stdlib.h> #include "inc/hw_types.h" #include "inc/hw_wdt.h" #include "driverlib/wdt.h" #include "driverlib/utils.h" #include "driverlib/prcm.h" #include "driverlib/interrupt.h" #include "inc/hw_ints.h" #include <ti/devices/cc32xx/driverlib/wdt.h> #include <ti/drivers/watchdog/WatchdogCC32XX.h> #include <ti/drivers/Watchdog.h> unsigned long count; //uint_least8_t WDT_BASE; void setup() { Serial.begin(11
-
kindly gothrough the arduino library for that display, it's may be help you to make your own library
-
Energia 1.8.7E21 compilation failure for example blinkled
Kannannatesh replied to nagesh's topic in Energia - TivaC/CC3XXX
https://e2e.ti.com/support/wireless-connectivity/wifi/f/968/t/596693 follow this link, may be it will help you to get out from this issue, because i have doubt from the installation. -
Energia 1.8.7E21 compilation failure for example blinkled
Kannannatesh replied to nagesh's topic in Energia - TivaC/CC3XXX
share your screen shot of energia with code -
Energia 1.8.7E21 compilation failure for example blinkled
Kannannatesh replied to nagesh's topic in Energia - TivaC/CC3XXX
hi nagesh, may be you forget to download board file from board manager, if you already done that let me know -
hi swasthisk, first do one thing, disconnect the gps module from your cc3200 then connect the gps with ttl to usb module for check the gps is working or not. if you already done this step kindly ignore it. after get the result of gps module working state then move to code section, kindly check the uart (gps connected port)baud rate in your program, neo gps module default baudrate is 9600, then check the connection NEO GPS module cc3200 tx
-
Dear friend, thanks for your reply, i just use the watch dog for reset my CC3220SF when that is struck or not working well, this is code what i am trying to compile //#include <stdlib.h> #include "inc/hw_types.h" #include "inc/hw_wdt.h" #include "driverlib/wdt.h" #include "driverlib/utils.h" #include "driverlib/prcm.h" #include "driverlib/interrupt.h" #include "inc/hw_ints.h" #include <ti/drivers/watchdog/WatchdogCC32XX.h> #include <ti/devices/cc32xx/inc/hw_types.h> #include <ti/devices/cc32xx/driverlib/rom.h> #include <ti/devices/cc32xx/driverlib/rom_map
-
Dear Friends, Now i am working with CC3220SF evaluation kit, i wan't to add watch dog code to my base code,i was trying to create a code for CC3220SF in past 15 days but i get errors so i am trying in multiple examples likehttps://forum.43oh.com/topic/9346-cc3200-watchdog/https://forum.43oh.com/topic/11170-watchdog-in-cc3200/these examples does not work for my CC3220SF because these examples are support only CC3200 boards, i don't know how to create watchdog header's for CC3220SF, can you please help me to find the correct example for CC3220SF.
-
Dear Experts, now i am working with TivaC TM4C123GH6PM an energia. i never work in watch dog timer before so i was rewrite the watch dog timer example code(i get code from google) like below, #include "driverlib/interrupt.h" #include "driverlib/sysctl.h" #include "driverlib/watchdog.h" #include "driverlib/rom_map.h" #include "driverlib/rom.h" void setup() { Serial.begin(9600); Serial.println("SETUP"); MAP_SysCtlPeripheralEnable(SYSCTL_PERIPH_WDOG0); // Enable the watchdog peripheral MAP_WatchdogReloadSet(WATCHDOG0_BASE, MAP_SysCtlClockGet() * 2); // Set