You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2020. It is now read-only.
bFullSample - true to get a full sample including the fractional part.
Only a true or false needs to be passed. Seems like a minor change, and setting this value in the call to am_hal_adc_samples_read in /example1_edge_test/src/tf_adc/tf_adc.c seems to allow everything to build successfully when I try.
The text was updated successfully, but these errors were encountered:
Issue #3 is about the firmware loader not getting a response to the Hello request, there aren't any compilation issues. Issue #4 (this issue) is about updating the underlying SDK from v2.0.0 to v2.1.0.
I looked at the diff and there are a lot of adjustments to things that I don't understand. The changelog mentioned some things that may or may not be relevant. Oddly, the changelog did not mention the change to am_hal_adc_samples_read() so I don't trust it as a comprehensive reference.
It's probably important to know that this is the only change likely needed to make example1 work and that I have not looked at any of the other examples.
If I can get code to upload to the device, I will confirm beyond compilation and see if we can get it working for the rest of the examples. Then I could look into submitting a PR. (fingers crossed) If someone actually has flashing working and wants to try it, go for it!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The only major change that I'm seeing is that the definition of
am_hal_adc_samples_read
has changed.am_hal_adc_samples_read
used to be:According to the documentation:
Only a
true
orfalse
needs to be passed. Seems like a minor change, and setting this value in the call toam_hal_adc_samples_read
in/example1_edge_test/src/tf_adc/tf_adc.c
seems to allow everything to build successfully when I try.The text was updated successfully, but these errors were encountered: