The DLL included in the UltrasoundFFT project within X-CUBE-MEMSMIC1 is not corrupted as stated in the compiler message, it is simply meant to be compiled with GCC and not MSVC.When you load the project, if you select MinGW 32-bit as a compiler, you ...
Hi,The default FW on STEVAL-STWINKT1B is the Datalog Function Pack, which requires an SD Card to log sensor data. It's anyhow advisable to upgrade to the latest version available on ST website.If you want to run the sample application that is shown i...
Hi,Can you please confirm you are using the latest package available on the website?Should be STSW-STWINKT01 v2.0.0.I'm asking because I'm not able to replicate the issue.I can start and stop the acquisition several times without having to reset the ...
Hi David,Unfortunately, measuring the ambient temperature on a pcb is a delicate matter. Even if we took some precautions during the design of the board (see AN4722 https://www.st.com/resource/en/application_note/dm00208002.pdf), in such a small plat...
Hi David,When you modified the stock DataLog example to add Audio, did you also add the DFSDM IRQ Handler to the "stm32l4xx_it.c" file?Should be something like this:/**
* @brief This function handles DFSDM Left DMAinterrupt request.
* @param None...