PageOrderMap::init Change to uint16_t entries

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

PageOrderMap::init Change to uint16_t entries

跳至解决方案
1,584 次查看
randalljordan
Contributor III

Has anyone been able to update PageOrderMap::init  to uint16_t entries?  I needed to change the entryCount to 1025 to support the NAND flash our board uses.  The comment states that if the assertion hits that you need to change to uint16 entries, but I can't seem to find any documentation on what needs to be changes to allow for uint16 entries.

Any help is appreciated.

Thank you for your time.

Randy

标签 (1)
1 解答
1,430 次查看
randalljordan
Contributor III

jonalvik Nice Work

Big thank you to Jon Alvik for supplying the information I was missing, that was needed for uint16_t entries.

For those who stumble upon this page, I've attached what needed to be changed.

在原帖中查看解决方案

1 回复
1,431 次查看
randalljordan
Contributor III

jonalvik Nice Work

Big thank you to Jon Alvik for supplying the information I was missing, that was needed for uint16_t entries.

For those who stumble upon this page, I've attached what needed to be changed.