Hi, I've been learning MQX for about two weeks now when I have the time to work with a demo board.
My hardware designer is designing a board for me to use, and working on a custom BSP for it, there is a ton of the canned code that I would like to just eliminate, and then initialize what I want into MQX as I want it and have more control over the hardware.
Has anyone else tried doing the same and having really just a minimalist BSP where it is really just MQX itself, and all of the peripheral initializations are done by the programmer?
Thanks.