Jatsekku
Jatsekku
I was trying to setup development environment on the Rpi3 but it was impossible with the prebuilded toolchain. Is there chance to provide sources in order to build it from...
Is there any way to set SPI parameters like clock polarity and clock phase?
I'm having hard time to compile provided examples (e.g. get-start/blink, get-start/helloworld). Apparently there is some linker problem. Is it just me (or my env)? BTW, I would really appreciate some...
Can we expect new version of datasheet/reference manual, which covers registers in greater details? i.e. There is almost zero information about HBN_xxx registers and bits function.
Hi, I would like to ask how PIR peripheral can be used with BL702?. I already saw: https://github.com/bouffalolab/bl_iot_sdk/issues/43 But I also saw that it can be done via firmware. 1....
Hi, I would like to ask how PIR peripheral can be used with BL702?. I already saw: https://github.com/bouffalolab/bl_iot_sdk/issues/43 But I also saw that it can be done via firmware. 1....
Today I was playing with svd-parser on hand-written svd files. I made typo in `derivedFrom` (double 'r') but it went without errors. After that I tried with this sample: ```...
According to documentation, there are actually two sequential types for some of child elements, which can be created by using placeholder: `[%s]` - for arrays, in such case `` should...