2015-11-04, 15:07:29
Fixed !
For anyone who get the same issue
I have to modify my mplab ide project configuration.
By default, xc8 create hex file with "holes" (program code don't fill correctly the whole flash space, don't know why ... )
For prevent that, go to your project configuration -> xc8 linker, choose memory model in drop down menu, and set ROM range accordingly to your config
(for me, 0-E44 fits my needs)
That's all
For anyone who get the same issue
I have to modify my mplab ide project configuration.
By default, xc8 create hex file with "holes" (program code don't fill correctly the whole flash space, don't know why ... )
For prevent that, go to your project configuration -> xc8 linker, choose memory model in drop down menu, and set ROM range accordingly to your config
(for me, 0-E44 fits my needs)
That's all