Page 1 of 1

SDK 6.0.0 and build configuration

Posted: Mon Jul 18, 2016 11:17 am
by ramon2015
Hello,

I have upgraded my environment to SDK tools 6.0.0 and SDK to 6.3.2 and I have a question related to build configuration.

I used to have the build configs for TD_1208 and TD_1204 and now I have the name of the MCU (see attachment) and other (EZR).
build_config_options.jpg
build_config_options.jpg (48.75 KiB) Viewed 6158 times


I think I should choose EFM32G210F128 for my TD1208, right?
In which case I should use the EZR, is it a new product from TD? or what?

However, the debug config are names as in the past: TD_12xx

Regards, Ramon.

Re: SDK 6.0.0 and build configuration

Posted: Tue Aug 09, 2016 8:25 am
by mstempin
All target firmware projects are using the "TDxxxx Debug" and "TDxxxx Release" compilation configuration names as they are specific to the target device, and all library projects are using "GCC Debug", "GCC Release", "GCC Debug EZR" and "GCC Release EZR" compilation configuration names as they are specific only to the target chip, not device, e.g. a "GCC Release" library works on all non-EZR devices (TD1204, TD1205 and TD1208 devices).

So, yes, you should select the EFM32G210F128 compilation configuration for the TD1204 and TD1208 libraries .

The EZR targets are for the new TD1508 (FCC) modules and ref designs based on Silabs's EZR single chips.