Niklas Hauser

Results 288 comments of Niklas Hauser

Interestingly the [SVD XML Schema](http://www.keil.com/pack/doc/CMSIS/SVD/html/group__schema__1__2__gr.html) does describe a mechanism for specifying write behaviours: ``` xml ``` As far as I can tell, this field is entirely optional though. So there...

Can you clarify what you mean by that behaviour? Perhaps give an example from a specific device datasheet?

Hm, interesting concept. Perhaps you can add a heuristic to the parser (as a plug-in, please!) that recognises such patterns and adds these higher-level concepts for your use.

@ledneczki, what's the status of this PR? I'm seeing some good additions to the PLL code, a driver for the CS43L22 with at least the I2C interface looking somewhat complete,...

> also the mic signal is piped into the audio DAC Ohhhh, fancy! Looking forward to that. > I think I am going to replace the drum kit audio samples...

> Does someone know by chance if it is possible to check in third-party lib, like ST's PDM filter library (already in compiled format)? It's [technically possible via lbuild](https://github.com/modm-io/Invensense-eMD/blob/master/eMD/mpl/module.lb#L32-L35), but...

Are you talking about the [PDM2PCM ST Audio_Addon library](https://github.com/STMicroelectronics/STM32CubeF4/tree/2f3b26f16559f7af495727a98253067a31182cfc/Middlewares/ST/STM32_Audio/Addons/PDM)? It seems to have some weird license with registering, so I'm not even sure if we allowed to host it.

> think it would actually make sense to force all SPI drivers to always set all "relevant" SPI options When I added the config handler, it was intended to be...

> How would you solve that? I would have a static function that deals only with the configuration (perhaps with additional arguments like speed). It could be called outside the...

No, I meant this to be the driver class, but I just forgot about the SpiDevice class, cos I haven't worked with it for so long… It should just be...