We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am trying to run a RTC Calender example provided in ST Standard Peripheral Driver Library V3.1.2. I am able to run without enabling "Use MicroLib option in Tagret settings" in simulation mode but in debug mode it hangs at address "0x08000634" in _sys_open:. I have to enable "Use MicroLib" option to run on ST's STM3210E board. Can some one put some light on this issue?
If you don't use the micro lib, then you're using the full ANSI-compliant library - which probably requires you to do some "retargetting" to get it working...
I do not have problem running other examples examples without using MicroLib. Its only the RTC examples that do not run without MicroLib.