SparkFun_Edge_BSP
SparkFun_Edge_BSP copied to clipboard
BSP and examples to integrate the SparkFun TensorFlow board with the AmbiqSuite
Hello, I am having a similar problem to others (see [here](https://github.com/sparkfun/SparkFun_Edge_BSP/issues/3)) where I seemingly am not able to communicate with the Edge board. I have looked into whether I had...
When running `make` in examples/SparkFun_Edge_Project_Template/gcc/, this error appears: `bin/main.d:1: *** multiple target patterns. Stop.` I found this error can be solved by removing all files in the examples/SparkFun_Edge_Project_Template/gcc/bin folder, the...
The only major change that I'm seeing is that the definition of `am_hal_adc_samples_read` has changed. extern uint32_t am_hal_adc_samples_read(void *pHandle, bool bFullSample, uint32_t *pui32InSampleBuffer, uint32_t *pui32InOutNumberSamples, am_hal_adc_sample_t *pui32OutBuffer); `am_hal_adc_samples_read` used to...