PageOrderMap::init Change to uint16_t entries

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PageOrderMap::init Change to uint16_t entries

Jump to solution
757 Views
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

Labels (1)
1 Solution
607 Views
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.

View solution in original post

1 Reply
608 Views
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.