Hi Guys,
I'm currently using STM32 IAR toolchain for a simple application running on a demoboard which has a functionality subset of the OP4.
My task is to evaluate the porting of the app to OP4. So, I downloaded the Ride7, the RKit (7 days?), and the WEATHER demo application from the stm32circle. I'm using STM32L target board and a custom daughter card that plugs on the OP4 20 pin adapter.
After having to learn where to find the absolute path missing for Ride7 to build and execute on the primer (debug works), I started to import my IAR STM32 ARM C files step by step. Quickly the linker started to scream for Flash Full. After unproductive forum browsing, seems that the 32kb limitation is because after 7 days, the debug is limited to 32kb. So how can I port my app and check its compatibility with the tools in 7 days if I can't link it (even without the need to debug it?). Why not give a linker WARNING that the debugging may not be possible without the licence? There is a reasoning in the build fail that I quite don't understand. Please enligth me. By the way:
- How much is the license to be able to work freely?
- Which *.LD file in the WEATHER application should I modify to work freely? My edit trials went nowhere...
Stuck in the mud.