Other Parts Discussed in Thread: MSP-EXP430FR4133, TRF7970A, UNIFLASH
Tool/software: Code Composer Studio
Hi,
I am a first time user of TI products. I recently purchased TRF7970A booster pack and MSP-EXP430FR4133 launchpad. When I try to build the example code (sloa233) using Code Composer Studio, I get a build finished report and a warning that it requires compiler version TI v4.3.3 which is not present in the composer studio (so it used version 18 instead). Once the code has finished uploading, there is no display on the LCD screen of the Launchpad, and stepping through the code with the debugger indicates that the code runs into an infinite loop when trying to set the clock frequency of the MSP430 to 8MHz. The problem seems to be with the intrinsic function __delay_cycles() (sic). If this function call is commented out, the code then runs into an infinite loop wen the delay function is called later.
If I use either Code Composer Studio or Uniflash to upload the pre-built .out file, which was included in the download of sloa233.zip, then the example works as expected, with the Launchpad LCD screen displaying the heartbeat icon and the reader able to detect tags. I am using windows 10 and the current version of Code Composer Studio installed is 9.2.0.00013. Is there an updated sloa233 code that matches this version of the studio or can anyone show me how I can modify this code to work with the current versions?
Kind regards,
Steve