Generate Noise Using LFSR (Linear Feedback Shift Register)
Hello,I am trying to generate white noise using the DAC, much like was mentioned in this forum post:How to generate a white noise with the DAC on STM32L1However, I don't know if putting values into memory table and using cyclic mode is the only answe...