Is there any substitute of dmp_memory array??

By vlk , 3 October 2013

Hello all,

I am having problems of code size in my application. I have something related to bluetooth in my code. And when i add MotionApp things in it, my compiler starts complaining about code size. I still have many other things to do.

So i stripped down the files, to only those functions which I am using. Still there is this dmp_memory array which contains the DMP firmware which is 3KB, and it is loaded MPU boots up (correct me if I am wrong here).

So is there ANY other way to boot-up and load firmware????

Thank you in advance.

Nickname
guym

guy_mcilroy

12 years 5 months ago

The DMP is RAM based, It has to be loaded each time when power goes on. In order to do that, you will have to have a at least 3KB space to load the DMP.

phpbb Post ID
24069
phpbb Topic ID
15660