Hello.
I just received the MSP430FR4133 launchpad development kit.
I've have been developing for a different smaller MSP430 target using the IAR embedded workbench V6.50.2 with the USBFET stick with no problem.
I downloaded the MSP-EXP430FR4133_Software_Examples for Windows from the TI site, unzipped them and loaded the OutOfBox_MSP430FR4133.eww project file. The IAR workbench indicated it was an older version project so I let it update to the current version. During the Make process I ended up with a litany of warnings copied below.
Upon trying to download to the target board the IAR workbench hangs at the first "beginning debug session" message. The red and yellow light at the top of the dev board illuminate but nothing else happens. If I disconnect the USB cable I receive a driver version message but I think that's a red herring sinceI've unplugged the USB cable.
Has anyone else had this problem???
Thanks in advance.
- Dave
Building configuration: OutOfBox_MSP430FR4133 - Debug
Updating build tree...
44 file(s) deleted.
Updating build tree...
adc.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
crc.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
cs.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
eusci_a_spi.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
eusci_a_uart.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
eusci_b_i2c.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
eusci_b_spi.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
framctl.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
gpio.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
hal_LCD.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
lcd_e.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
main.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
pmm.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
rtc.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
sfr.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
StopWatchMode.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
Warning[Pa079]: undefined behavior: variable "Centiseconds" (declared at line 48) (or a value reached by some form of indirection through it) is modified more than once C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\StopWatchMode.c 121
without an intervening sequence point in this statement
Warning[Pa079]: undefined behavior: variable "Seconds" (declared at line 49) (or a value reached by some form of indirection through it) is modified more than once without C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\StopWatchMode.c 124
an intervening sequence point in this statement
Warning[Pa079]: undefined behavior: variable "Minutes" (declared at line 50) (or a value reached by some form of indirection through it) is modified more than once without C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\StopWatchMode.c 127
an intervening sequence point in this statement
Warning[Pa079]: undefined behavior: variable "Hours" (declared at line 51) (or a value reached by some form of indirection through it) is modified more than once without an C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\StopWatchMode.c 129
intervening sequence point in this statement
sysctl.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
TempSensorMode.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
Warning[Pe144]: a value of type "unsigned short volatile *" cannot be used to initialize an entity of type "int volatile *" C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\TempSensorMode.c 53
Warning[Pe144]: a value of type "unsigned short volatile *" cannot be used to initialize an entity of type "int volatile *" C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\TempSensorMode.c 54
timer_a.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
tlv.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
wdt_a.c
Warning[Pe047]: incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 436 of "C:\430\inc\msp430fr4133.h") C:\1Pekin\Downloads\MSP-EXP430FR4133_Software_Examples_windows\MSP-EXP430FR4133_Software_Examples_windows\Firmware\Source\OutOfBox_MSP430FR4133\driverlib\MSP430FR2xx_4xx\inc\hw_memmap.h 102
Linking
Total number of errors: 0
Total number of warnings: 27
