RAKWireless / RAK811_BreakBoard

RAKwireless,RAK811,BreakBoard,GPS tracker,Low power,Open source
5 stars 4 forks source link

Segger Embedded Studio #4

Open tkerby opened 6 years ago

tkerby commented 6 years ago

Would you be able to release a project file for Embedded Studio? Converting from Keil using the import builds but I think some of the vectors aren’t right as it interrupts to a random memory space and hard faults.

Ideally, the startup files and linker scripts should be those from gcc. Instead the import appears to create its own and ignore the Keil ones altogether.

Embedded Studio is the only way this. Lard can be used on the Mac and is an ideal IDE to support as it’s truly cross platform

sabas1080 commented 6 years ago

I'm working with SW4STM32 on Mac and it's GCC, examples working correctly, if you want I can pass the file

incyi commented 6 years ago

I have tried to import the Keil project classA in Embedded Studio and it could compile. On this moment I'm waiting for my module so I can test the executable.

Update: It did not work.