1234567891011121314151617 |
- - accomplishments
- - no big accomplishments since last time
- - a lot of minor additions and changes (making all the changes compatible for the other big DE2-115 board, etc.)
- - freertos debugging
- - code size problem relevation, by changing bootloader, limiting instruction data that is written
- - managed to change instruction and data memory to accomodate more instructions and less data, but seems buggy as of yet
- - what segments need to be changed really?
- - core: mem_pkg, core_pkg
- - bootloader: memory, devices
- - decided not to care about wfi for now (not really so crucial for freertos)
- - maybe necessary for sake of completeness?
- - main approach would be to insert nops via control until trap is triggered
- - TODO:
- - continue debugging and working things out...
- - find out exact memory organization
- - get and target a DE2-115
|