machine: add flash start/end address that can be used for data

This commit is contained in:
Ayke van Laethem
2023-02-20 20:47:42 +01:00
parent cce9c6d5a1
commit 2b7fa93fcb
5 changed files with 39 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ func CPUFrequency() uint32 {
return 64000000
}
const flashPageSize = 4096
// InitADC initializes the registers needed for ADC.
func InitADC() {
return // no specific setup on nrf52 machine.