PageOrderMap::init Change to uint16_t entries

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

PageOrderMap::init Change to uint16_t entries

ソリューションへジャンプ
1,629件の閲覧回数
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,475件の閲覧回数
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,476件の閲覧回数
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.