b6cecee8aa
USCI B2 initialization function is complete, along with enable & disable functions
master
William Miceli
2021-07-30 21:29:45 -04:00
4b3cfc1ca8
Added to initialization for I2C on the B2 USCI
William Miceli
2021-06-27 16:04:55 -04:00
168997efa6
Setting up new project for debugging the Real-Time Clock
William Miceli
2021-06-26 17:19:54 -04:00
40043591a8
Moved sections of code to go more in order of the datasheet's listing of registers
William Miceli
2021-06-26 17:19:22 -04:00
3c9745a134
Finished RS-232 debug project
William Miceli
2021-06-25 13:34:24 -04:00
e31372a8e6
Changed from using delay function to a counter so that if a string is received, it will be repeated/transmitted back more quickly
William Miceli
2021-06-25 13:32:00 -04:00
b5c5a82e85
Removed the MSP430Ware DriverLib from the linker search paths
William Miceli
2021-06-25 13:10:01 -04:00
a00c05ffd4
Added comments to the enable function calls
William Miceli
2021-06-25 12:50:40 -04:00
9d4f40c23e
CCS being weird
William Miceli
2021-06-25 11:06:13 -04:00
073dfe8753
Renamed project from "Debug_UART-USB" to "Debug_USB" and changed symbols from "UART" to "USB" for better consistency
William Miceli
2021-06-25 11:05:17 -04:00
4017f8fda2
Fixed pin names for SD Card; added more comments to I/O init
William Miceli
2021-06-25 10:52:37 -04:00
015e23ca84
Fixed comments being in the wrong location
William Miceli
2021-06-25 09:47:47 -04:00
dfa4e2f820
Meta project updates
William Miceli
2021-06-24 17:08:59 -04:00
00206f4f94
Fixed implicit USCI function call
William Miceli
2021-06-24 17:08:29 -04:00
ff47ce4b9b
"Debug_UART-USB" project finished, now needs to be debugged
William Miceli
2021-06-11 13:35:24 -04:00
5215de982e
More formatting fixes
William Miceli
2021-06-11 13:06:09 -04:00
6403670e08
Formatting fix
William Miceli
2021-06-11 13:05:01 -04:00
05a48107af
Replaced legacy TimerB0 vector definition with new one
William Miceli
2021-06-11 13:03:17 -04:00
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
William Miceli
2021-06-11 12:38:28 -04:00
2170baf4df
FInished all needed functions related to sending and receiving characters and strings
William Miceli
2021-06-08 19:05:35 -04:00
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
William Miceli
2021-06-08 19:04:40 -04:00
e7159baebc
Created very simple program that will repeatedly transmit the same debug message
William Miceli
2021-06-08 19:02:07 -04:00
0d0893a9b0
Removed suggestion from comment
William Miceli
2021-06-08 17:21:42 -04:00
9a150dbd90
Finished three more functions
William Miceli
2021-06-07 18:36:29 -04:00
8d30742bb8
Clarified comments
William Miceli
2021-06-07 18:36:17 -04:00
510e5a32e9
Added functions to call for this program specifically
William Miceli
2021-06-07 18:35:30 -04:00
8cd4c6962c
Initialization is complete
William Miceli
2021-06-07 17:14:43 -04:00
b9fff39940
Fixed LED comments
William Miceli
2021-06-06 17:26:24 -04:00
6ec2f2c9e1
Fixed LEDs and comments
William Miceli
2021-06-06 17:25:35 -04:00
3630116723
Nearly finished with USCI A2 initialization
William Miceli
2021-06-06 17:19:32 -04:00
57a3b91606
Converting code to not use DriverLib and manually setting each register bit
William Miceli
2021-06-04 17:56:56 -04:00
1c47502d2b
Removed include option for DriverLib, as we are basically not allowed to use it.
William Miceli
2021-06-04 15:36:56 -04:00
e56fcb5e8f
Added UART-USB project; has been in development for past few days; currently cannot resolve compilation issues
William Miceli
2021-05-31 17:56:29 -04:00
b5fc460e46
Fixed #include directives and comments to be used in a more standardized way (that I could find online)
William Miceli
2021-05-31 17:36:08 -04:00
ca5c5a5ae9
Minor fix to comments
William Miceli
2021-05-31 15:48:27 -04:00
d18a1582c6
Hopefully Sunseeker will track changes in Git? Maybe?
William Miceli
2021-05-31 15:46:34 -04:00
565b0a7e6f
Removed driverlib.h from main.c since it was not needed
William Miceli
2021-05-29 16:33:39 -04:00
77ff6b739d
CCS auto-generated files
William Miceli
2021-05-25 14:49:54 -04:00
86fc384f0c
Added variable declaration
William Miceli
2021-05-25 14:49:00 -04:00
82a5c368c0
Added more significant delay so that the LEDs being toggled are visible
William Miceli
2021-05-25 14:23:15 -04:00
c8a8f6b528
Added driverlib.h location to includes search path
William Miceli
2021-05-25 14:22:51 -04:00
b8a5f8b8a5
Fixed issue where green LED was only occasionally off, should have been the opposite
William Miceli
2021-05-18 13:04:47 -04:00
02d9ac3003
I believe the Debug_BlinkyLED-Advanced is now complete; need to test now
William Miceli
2021-05-18 12:57:24 -04:00
b719769971
Odd IDE behavior fix with header files
William Miceli
2021-05-18 11:15:42 -04:00
62ba149b81
Better to use "High" or "Low" than "On" or "Off"
William Miceli
2021-05-18 11:09:05 -04:00
57c10b6c33
LED initialization fix and made things more explicit
William Miceli
2021-05-18 10:41:16 -04:00
54b7fdd2c5
Instead of just adding interrupt functionality, other setup steps will be implemented like IO initialization
William Miceli
2021-05-16 20:38:18 -04:00
01a662f24d
Added comment describing what WDTPW is
William Miceli
2021-05-16 16:52:40 -04:00
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
William Miceli
2021-05-15 21:32:46 -04:00
a25d6e03cf
Renamed parent folder to match project name
William Miceli
2021-05-15 21:30:59 -04:00
3f7a034389
BlinkyLED-Basic should be completed; it has an intentionally extremely simple program loop
William Miceli
2021-05-15 21:16:24 -04:00
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
William Miceli
2021-05-14 17:00:05 -04:00
6966e0bccb
Modified comments for consistency and to be more easily read
William Miceli
2021-05-14 16:56:47 -04:00
6dae19b800
Changed pin definition and references of CAN1_CLK to CAN1_SCLK to match CAN0_SCLK
William Miceli
2021-05-14 16:25:08 -04:00
882e450c99
Renamed main header files
William Miceli
2021-05-14 16:10:05 -04:00
8d241875c2
Fixed issue with Port 9 unused pin definitions
William Miceli
2021-05-14 16:08:17 -04:00
a7678a8c7b
Created very basic Blinky LED project
William Miceli
2021-05-14 16:04:53 -04:00
9559d9cfdc
Comment fix; auto-generated changes
William Miceli
2021-05-14 16:04:17 -04:00
8beec99a2d
Comment fixes/consistency improvements
William Miceli
2021-05-14 15:30:32 -04:00
148422b8a3
Copied pin definitions from Debug3 to Debug1 (this file)
William Miceli
2021-05-14 15:21:49 -04:00
bba1efc2c1
Comment fixes
William Miceli
2021-05-14 15:21:03 -04:00
d5113a30a2
Auto-generated file changes
William Miceli
2021-05-14 15:09:41 -04:00
1ce2fbc02b
Removed redundant include file; formatting and comment fixes
William Miceli
2021-05-14 15:09:10 -04:00
c7ae89cbfb
Added project meta file and .gitignore files
William Miceli
2021-05-06 18:15:35 -04:00