We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I'm evaluating CMSIS and have a few questions.
Seems the drivers interface is missing a few components, ADC, DMA, Hardware Timers(PWM and pulse width capture). How do most handle these components? Custom implementations?
How do larger teams manage CMSIS-PACKS and version control? Would rather not have every person on the team managing packs on their local machine. Also would like current snapshot of entire codebase including packs retained in version control system for updates post launch.
Thanks
The trouble is, those peripherals are far from standardised - so it would be hard to develop a standard interface for them.