Page 1 of 1

TD1508 Release build and SDK 6.3.4

Posted: Thu Nov 17, 2016 3:26 pm
by francois
Hello,

I'm wondering if the new SDK works with TD1508 devices? I tried to build Releases for TD1508 with SDK 6.3.4 and I didn't succeed with examples from the SDK. This was what I did:
- I built new libraries from Commom Libraries
- I set build configuration for blink as TD1508 release
- I also tried to modify GCC C Compiler -> Preprocessor -> REVISION_TD1508

Error_Td1508Release.jpg
Error_Td1508Release.jpg (208.27 KiB) Viewed 7811 times


What I see from the picture is they don't have libraries (Devices -> EnergyMicro) for EZR32LG230F128

Do I need to configure something else to solve the problem?


Thank you.

Re: TD1508 Release build and SDK 6.3.4

Posted: Mon Nov 28, 2016 4:09 pm
by mstempin
Hi François,

There is a problem related to Windows being unable to distinguish between lowercase and uppercase in filenames under certain circumstances, that cause the file "lib\Device\EnergyMicro\EFM32LG\Source\G++\startup_efm32lg.s" to be named "lib\Device\EnergyMicro\EFM32LG\Source\G++\startup_efm32lg.S".

Please rename this file from "*.s" to "*.S", this should fix the problem!

Re: TD1508 Release build and SDK 6.3.4

Posted: Tue Dec 13, 2016 5:23 pm
by ramon2015
Hi,

I have manged to compile for TD1508 by changing the extension for a capital "S".

But I am finiding troubles when debuging step by step. It seems to be related with this:

debug console output:
"
Temporary breakpoint 2, main () at ..\src\td_main.c:106
106 CHIP_Init();

Single stepping until exit from function __cs3_interrupt_vector_em,
which has no line number information.
"

Regards, Ramon.

Re: TD1508 Release build and SDK 6.3.4

Posted: Wed Dec 14, 2016 5:14 pm
by mstempin
Be sure to use the right debug launch configuration, it looks like your are not set up for the right chip. You must use the "TD1508 Debug" launch group, which references the "GDB Server EZRLG230G128" program launcher and the "GDB Client TD1508".

Re: TD1508 Release build and SDK 6.3.4

Posted: Tue Dec 20, 2016 11:51 am
by ramon2015
Hi,

It turned out to have a mistake on the release LAUNCH for TD1508. But no success after solving that.

I also add the eclipse launchers from the SDK 6.3.4. beacause I am using SDK 6.3.2. but no success.

I have a screenshot, but it is too big for the portal. Whenever I want to add a picture I find this problem, so I stopped attaching pictures. Can this be changed in the portal so we can add bigger attachments? I am not attaching them properly.

Regards, Ramon.

Re: TD1508 Release build and SDK 6.3.4

Posted: Thu Apr 20, 2017 4:00 pm
by bryndak
Hi there,
It doesn't work for me, any other idea? I use IDE v6.3.4.

Re: TD1508 Release build and SDK 6.3.4

Posted: Mon May 15, 2017 8:37 am
by mstempin
Did you apply the modifications above, including viewtopic.php?f=13&t=285#p993 ?