ccxtechnologies / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
0 stars 0 forks source link

ccx: BMP388 Static Pressure Sensor Driver #31

Open CFD2 opened 2 years ago

CFD2 commented 2 years ago

Create static pressure sensor driver Interface: LPSPI1 Sensor: BMP388 Product page Datasheet

Also needs to generate an interrupt

CFD2 commented 2 years ago

There's 3 interrupts that this sensor generates:

  1. FIFO Watermark Interrupt
  2. FIFO full interrupt
  3. data ready interrupt

How do we need to react to each interrupt?

CFD2 commented 2 years ago

Bosch driver