Hi,
Both examples were built failed in Keil due to exceeding 32K trial limitation. Is there any way to reduce the size? Or any suggestion?
Platform: nRF52DK Keil uVision: 5.23 SoftDevice: S132
Hi,
Both examples were built failed in Keil due to exceeding 32K trial limitation. Is there any way to reduce the size? Or any suggestion?
Platform: nRF52DK Keil uVision: 5.23 SoftDevice: S132
If you want to build examples that are larger than 32kB, but you do now want to purchase a Keil license, then I suggest that you take a look at the Development with GCC and Eclipse tutorial or the Segger Embedded Studio - A Cross Platform IDE.
Best regards
Bjørn
If you want to build examples that are larger than 32kB, but you do now want to purchase a Keil license, then I suggest that you take a look at the Development with GCC and Eclipse tutorial or the Segger Embedded Studio - A Cross Platform IDE.
Best regards
Bjørn
Yes, that's one of the options. It's been considered. Thanks!
If the answer was helpful, then I would appreciate if you could mark it as correct/accepted by clicking the checkmark in the circle to the left of the answer.
Just wanted to add some suggestion and hope Nordic's guys will see it.
The examples should give a WORKING instructions (almost guaranteed for everyone in all cases) in the documentation. If the trial version of Keil (which most people started with) does not compile/link some of the examples and there is other choices, you should put the other choice, like GCC+Eclipse, as the default start point, so people don't waste their time. Sincerely hope you seriously consider this and improve your examples/documentations.
Thank you for the feedback. The majority of the examples in the SDK does not exceed the 32kB limit, but there are a couple exceptions where it is not possible to stay within the 32kB limit. I will report your feedback internally and suggest that we state in the documentation which examples that exceed the trial limit.