Feature #449
Test "_end_data_flash"
Status:
Abgewiesen
Priorität:
Normal
Zugewiesen an:
-
Zielversion:
-
Beginn:
29.11.2023
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
CS Zielversion:
Beschreibung
Setting an symbol to the first usable area has some problems on 16k devices when there is no free sectors.
_start_user_flash was removed and _end_data_flash is calculated.
Check if it is really at the end by comparing it with the binary.
a=$(nm candis | grep _end_data_flash | cut -d' ' -f1);b=$(qalc -t 0x$a-0x08000000); echo $b
stat -c "%s" candis.bin
Where should this test run? Add an campo test script run in laminar?
./campo.sh testBinaries
There is also this verify-eeprom-thing.
Historie
Von Maximilian Seesslen vor etwa 2 Monaten aktualisiert
- Status wurde von Neu zu Abgewiesen geändert
No use any more.