Commit Graph

53 Commits

Author SHA1 Message Date
William Miceli f1cc0f7347 Replaced the "msp430x54xa.h" include with the "msp430.h" include, as the previous was found to be designated as "Legacy" and not recommended for new projects by TI 2021-06-11 12:38:28 -04:00
William Miceli 2170baf4df FInished all needed functions related to sending and receiving characters and strings 2021-06-08 19:05:35 -04:00
William Miceli c8e86c2917 Added a delay function that would be able to be adjusted more easily; also used the _NOP() function instead of asm() since it is more easily found in the header files 2021-06-08 19:04:40 -04:00
William Miceli e7159baebc Created very simple program that will repeatedly transmit the same debug message 2021-06-08 19:02:07 -04:00
William Miceli 0d0893a9b0 Removed suggestion from comment 2021-06-08 17:21:42 -04:00
William Miceli 9a150dbd90 Finished three more functions 2021-06-07 18:36:29 -04:00
William Miceli 8d30742bb8 Clarified comments 2021-06-07 18:36:17 -04:00
William Miceli 510e5a32e9 Added functions to call for this program specifically 2021-06-07 18:35:30 -04:00
William Miceli 8cd4c6962c Initialization is complete 2021-06-07 17:14:43 -04:00
William Miceli b9fff39940 Fixed LED comments 2021-06-06 17:26:24 -04:00
William Miceli 6ec2f2c9e1 Fixed LEDs and comments 2021-06-06 17:25:35 -04:00
William Miceli 3630116723 Nearly finished with USCI A2 initialization 2021-06-06 17:20:09 -04:00
William Miceli 57a3b91606 Converting code to not use DriverLib and manually setting each register bit 2021-06-04 17:56:56 -04:00
William Miceli 1c47502d2b Removed include option for DriverLib, as we are basically not allowed to use it. 2021-06-04 15:36:56 -04:00
William Miceli e56fcb5e8f Added UART-USB project; has been in development for past few days; currently cannot resolve compilation issues 2021-05-31 17:56:29 -04:00
William Miceli b5fc460e46 Fixed #include directives and comments to be used in a more standardized way (that I could find online) 2021-05-31 17:36:08 -04:00
William Miceli ca5c5a5ae9 Minor fix to comments 2021-05-31 15:48:27 -04:00
William Miceli d18a1582c6 Hopefully Sunseeker will track changes in Git? Maybe? 2021-05-31 15:46:34 -04:00
William Miceli 565b0a7e6f Removed driverlib.h from main.c since it was not needed 2021-05-29 16:33:39 -04:00
William Miceli 77ff6b739d CCS auto-generated files 2021-05-25 14:49:54 -04:00
William Miceli 86fc384f0c Added variable declaration 2021-05-25 14:49:00 -04:00
William Miceli 82a5c368c0 Added more significant delay so that the LEDs being toggled are visible 2021-05-25 14:23:15 -04:00
William Miceli c8a8f6b528 Added driverlib.h location to includes search path 2021-05-25 14:22:51 -04:00
Sunseeker Lab A-216 49acbb1d8f Rebuilt project 2021-05-21 16:10:43 -04:00
Sunseeker Lab A-216 d0ef7da5c0 Added more delay to be able to see LEDs toggling on and off 2021-05-21 15:51:39 -04:00
Sunseeker Lab A-216 fdf5422b16 Added CCS metadata directory to .gitignore 2021-05-21 15:29:56 -04:00
William Miceli a579c62733 Added #include "driverlib.h" 2021-05-21 13:45:29 -04:00
Sunseeker Lab A-216 0956ea6ae0 Merged changes 2021-05-21 13:25:08 -04:00
William Miceli b8a5f8b8a5 Fixed issue where green LED was only occasionally off, should have been the opposite 2021-05-18 13:04:47 -04:00
William Miceli 02d9ac3003 I believe the Debug_BlinkyLED-Advanced is now complete; need to test now 2021-05-18 12:57:24 -04:00
William Miceli b719769971 Odd IDE behavior fix with header files 2021-05-18 11:15:42 -04:00
William Miceli 62ba149b81 Better to use "High" or "Low" than "On" or "Off" 2021-05-18 11:09:05 -04:00
William Miceli 57c10b6c33 LED initialization fix and made things more explicit 2021-05-18 10:41:16 -04:00
William Miceli 54b7fdd2c5 Instead of just adding interrupt functionality, other setup steps will be implemented like IO initialization 2021-05-16 20:38:18 -04:00
William Miceli 01a662f24d Added comment describing what WDTPW is 2021-05-16 16:52:40 -04:00
William Miceli 8704d3841c Copied "Basic" version of BlinkyLED project to integrate the use of timers and interrupts to accomplish the same thing; Not complete, only copied so far 2021-05-15 21:32:46 -04:00
William Miceli a25d6e03cf Renamed parent folder to match project name 2021-05-15 21:30:59 -04:00
William Miceli 3f7a034389 BlinkyLED-Basic should be completed; it has an intentionally extremely simple program loop 2021-05-15 21:16:24 -04:00
William Miceli 27bda00eda Comment changes; changed delay function to use count-down instead of count-up as per TI's Ultra-Low Power Advisor, rule 13.1
It doesn't really make any difference since it's just a delay function, but will follow their best practices anyway.
2021-05-14 17:00:05 -04:00
William Miceli 6966e0bccb Modified comments for consistency and to be more easily read 2021-05-14 16:56:47 -04:00
William Miceli 6dae19b800 Changed pin definition and references of CAN1_CLK to CAN1_SCLK to match CAN0_SCLK 2021-05-14 16:25:08 -04:00
William Miceli 882e450c99 Renamed main header files 2021-05-14 16:10:05 -04:00
William Miceli 8d241875c2 Fixed issue with Port 9 unused pin definitions 2021-05-14 16:08:17 -04:00
William Miceli a7678a8c7b Created very basic Blinky LED project 2021-05-14 16:04:53 -04:00
William Miceli 9559d9cfdc Comment fix; auto-generated changes 2021-05-14 16:04:17 -04:00
William Miceli 8beec99a2d Comment fixes/consistency improvements 2021-05-14 15:30:32 -04:00
William Miceli 148422b8a3 Copied pin definitions from Debug3 to Debug1 (this file) 2021-05-14 15:21:49 -04:00
William Miceli bba1efc2c1 Comment fixes 2021-05-14 15:21:03 -04:00
William Miceli d5113a30a2 Auto-generated file changes 2021-05-14 15:09:41 -04:00
William Miceli 1ce2fbc02b Removed redundant include file; formatting and comment fixes 2021-05-14 15:09:10 -04:00