eternauta3k 0 Posted December 10, 2012 Share Posted December 10, 2012 Hi. I got my code for a USB mouse working by comparing it with an example for another board. One of the things I had to change was increasing the stack size from 64 to 160 by changing the size of the pulStack vector in startup_gcc.c . I was wondering how I can diagnose that problem in the future, since I didn't get any warnings that the stack size was insufficient. As a side-note, I wasn't putting any large structures in the stack, so it's probably the Mouse Driver API that takes a bunch of stack space. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.