You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a possibility to compile Pixy firmware without Keil compilator?
I tried using cmake and gcc. I have LD files from MCUXpresso IDE, but I have something realy wrong. While debugging, after CGU_SetPLL1 (17) in platform_config.c file, debugger call stack is like:
But before this function call stack is ok.
I think that it can be something wrong with stack and heap. Is there a valid LD file for PixyCam with proper stack and heap addresses?
The text was updated successfully, but these errors were encountered:
Hello
Is there a possibility to compile Pixy firmware without Keil compilator?
I tried using cmake and gcc. I have LD files from MCUXpresso IDE, but I have something realy wrong. While debugging, after CGU_SetPLL1 (17) in platform_config.c file, debugger call stack is like:
But before this function call stack is ok.
I think that it can be something wrong with stack and heap. Is there a valid LD file for PixyCam with proper stack and heap addresses?
The text was updated successfully, but these errors were encountered: