ARM-software / CMSIS_5

CMSIS Version 5 Development Repository
http://arm-software.github.io/CMSIS_5/index.html
Apache License 2.0
1.33k stars 1.08k forks source link

validator should check if base address + offset is larger than adress space #154

Closed odinthenerd closed 7 years ago

odinthenerd commented 7 years ago

Here there is a register who's address is larger than the address space (larger than 0xFFFFFFFF). The CMSIS-SVD validator should be checking this kind of thing so that vendors cannot make this kind of mistake.

This was originally discovered here

JonatanAntoni commented 7 years ago

Commit e121811343c9f2c659d1bee19c3b0ab6aaa5e944 adds this check. Please review the solution and close this issue.

JonatanAntoni commented 7 years ago

Closed due to inactivity.