User Activity

I've hit the limit of my research and don't have any experience writing to flash other than at compile time using the keyword 'const', but that doesn't help me because I need to be able to continuously write data. I have a very basic and general sens...
I'm sampling 8-bit audio at 8 kHZ, with a mic output biased at around 1.6 volts. The issue is that we need to end up with a signed 8-bit representation of the signal (in the range of -127 to 128), but the raw data in the ADC's data register will be r...
The example project shown below builds and downloads successfully and halts at main(). The ST-LINK appears to connect and start successfully. It is when I click on run that the ST-LINK server says "Target is not responding, retrying..."I changed abso...
My project involves LoRaWAN communication and embedded machine learning. we've trained a basic model which fits in flash memory, but barely. As our data set grows and our model becomes smarter, I imagine we will need more space. As of right now, our ...