Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20638 Discussions

Jam STAPL Player JBI 的移植

BQi
Beginner
1,218 Views

做Jam STAPL Player JBI 的移植,使用的是STM32F429 处理器,按照文档的介绍修改完后,解决了内存不足的问题,现在程序进到了

 

jbi_uncompress(

                     &program[data_section + value],

                     variable_size[i],

                     (unsigned char *) variables[i],

                     uncompressed_size,

                     version)

这个函数后就死掉了,不知是什么原因,能帮忙分析一下,或者还有什么方案,8051的那个我也看了,只能适用于jam v1.0,quartus生成的是v2.0,不能使用;有什么好的办法解决一下这个远程升级的需求,谢谢

 

0 Kudos
1 Reply
JohnT_Intel
Employee
267 Views

Hi,

 

I am sorry to tell you that the JAM STAPL Player is already EOL (end of life) and is no longer supported.​

0 Kudos
Reply