![]() |
iSensor-SPI-Buffer
1.15
Firmware for the iSensor-SPI-Buffer board to enable full throughput buffered data capture on Analog Devices IMUs
|
iSensor-SPI-Buffer autonomous IMU data acquisition functions. More...
#include "reg.h"
#include "data_capture.h"
#include "stm32f3xx_hal.h"
#include "isr.h"
#include "timer.h"
#include "dio.h"
#include "led.h"
Functions | |
void | Data_Capture_Enable () |
Enables autonomous data capture by enabling DR ISR in NVIC. More... | |
void | Data_Capture_Disable () |
disables autonomous data capture by disabling DR ISR. More... | |
iSensor-SPI-Buffer autonomous IMU data acquisition functions.
Copyright (c) Analog Devices Inc, 2020 All Rights Reserved.
void Data_Capture_Disable | ( | ) |
disables autonomous data capture by disabling DR ISR.
This will stop a new capture from starting. A capture in progress will still run to completion.
void Data_Capture_Enable | ( | ) |
Enables autonomous data capture by enabling DR ISR in NVIC.
This function does not configure the interrupt hardware at all. The config must be performed by UpdateDRConfig prior to calling this function.