ARMmbed / mbed-semtech-lora-rf-drivers

Semtech's LoRa RF drivers for mbed OS
Other
31 stars 25 forks source link

Doesn't play nice on shared SPI bus #48

Open thendrickson opened 4 years ago

thendrickson commented 4 years ago

All the drivers manipulate their chip select lines without holding the SPI lock. Driver needs to be modified to call _spi.select() prior to asserting chip select.

ciarmcom commented 4 years ago

ARM Internal Ref: IOTCELL-2278