kvasir-io / Kvasir

C++ Metaprogramming library enabling better static checking and register abstraction in embedded software
Apache License 2.0
409 stars 40 forks source link

Missing Registers #107

Open Sickeroni opened 7 years ago

Sickeroni commented 7 years ago

Stm32f072 is missing the systick Registers. SVDfile is lacking the Registers too. Maybe all STMs are missing them.

jacquelinekay commented 7 years ago

grep -r SYSTICK in a directory containing all the STM svd files (e.g. https://github.com/posborne/cmsis-svd/tree/master/data/STMicro) gives no results. Looks like Freescale provides SysTick, though.

Sickeroni commented 7 years ago

Missing RegisterField for same chip "RccAhbenr::iopeen" and again missing in the svdfile

Sickeroni commented 7 years ago

and not existing register exists in chipfile Tim3CcrX::ccrXH