Changes

CW308T-MSP430FR5

2,080 bytes removed, 19:32, 29 July 2020
Replaced content with "== Page Moved == See [https://rtfm.newae.com/Targets/UFO%20Targets/CW308T-MSP430 NewAE RTFM Page] which is now built from the [https://github.com/newaetech/chipwhisperer-..."
{{Infobox|This is a BETA target and not yet available. This wiki page will continue to be updated until release. }}== Page Moved ==
== Hardware Description ==This target board See [https://rtfm.newae.com/Targets/UFO%20Targets/CW308T-MSP430 NewAE RTFM Page] which is designed to experiment with now built from the MSP430FR5969 (which has hardware AES), and MSP430FR5869 (without hardware AES)[https://github. The same footprint can be used with both parts com/newaetech/chipwhisperer- the MSP430FR5869 has the advantage of being easier to export due to a lack of cryptographic modules presenttarget-cw308t GIT Repo].
The device can be programmed with an external programmer using JTAG or Spy-Bi-Wire, or from the ChipWhisperer software using the serial BSL (Bootstrap Loader). Using BSL requires an entry sequence that can be generated by ChipWhisperer-Capture hardware. ==Build Environment== The examples are designed to be built with GCC for the MSP430 (msp430-elf-gcc). You can download a build of GCC from [http://www.ti.com/tool/msp430-gcc-opensource TI's website], although you may also have a build from another location. Downloading from TI will require registering & agreeing to some export control conditions. The following assumes you have installed previous content on this version of GCC. If you want wiki has been moved to use an external programmer, you can also download a [http://www.ti.com/tool/msp430-flasher Command-Line MSP430Flasher program]. === Include File Location === Currently, the provided GCC does not seem to add the MSP430 header files as a default include locationabove link. Instead See wiki history if you must specify the location of these files in the Makefile - on Windows for example this defaults would like to <code>C:\ti\msp430_gcc\include</code> . You will see one view exact older versions of the first lines of the Makefile specifies this path: INC_PATH = C:/ti/msp430_gcc/include/ === Batch File for Building ===When running make, you'll need to have the msp430-gcc files on your system path. Rather than modifying your path, you may wish to make a batch file with the path on it. For Windows you can call this file <code>tigcc.bat</code>, and for example the following shows including both GCC and the flasher program: set PATH=%PATH%;C:\ti\msp430_gcc\bin;C:\ti\MSPFlasher_1.3.10<br> cmdDouble-clicking on this file should give you a command prompt which now has tools like <code>make</code> and <code>msp430-elf-gcc</code> in the path: [[File:msp430_cmd_make.png|600px]] == Example Projects == == Schematic == See GIT Repo for PDF of schematic. [[File:CW308T_MSP430FR5xxx_Schematic.png|1000px]] == Board Layout == See GIT Repo for gerber filespage.
Approved_users, bureaucrat, administrator
1,956
edits