The application is to fine tune acoustic resonantors. In other words we want to be able to tune DMA DAC output from 29.990 to 30.010 in 1 Hz steps. Ideally we also would like to tune the amplitude. There are some ideas with DAC reference prescalers a...
Hello, My question is about language C.My nucleo receive some AT Command (from my pc) and i have write a function for compute the command.Ex : AT+SPEED? > return "SPEED" (only).>I 'm able to get only the command (by print over uart).>My command is st...
what is exact difference between W25Q128 VS N25Q128 . any one have experience the used the W25Q128 instead of N25Q128 . as per micron website N25Q128 Part Status : Obsolete . any one can please suggest the quad spi W25Q128 library or any respiratory...
When I enable SPE for my Spi I receive 1 byte as expected, and the RXNE flag is set. However, when I read the SPI1->DR value, it does not clear RXNE. I also noticed the OVR flag is set for some reason, even though I am reading the ->DR in the RXNE i...
Hi,I checked the default values of option bytes in STM32G071 by reading it from a device by using STM32CubeProgrammer.I observed that values are not the same as it is specified in the RM0444.I detected mismatch in value of PCROP1A_STRT registers and ...
Hi, I want to store 1Kb of configuration data in an internal flash by emulating EEPROM in the stm32h7251gk6 controller. It has only one bank and 8 sectors each 128KB. Can someone guide me, please?
I am using STM32F446RE for my application to just log the time accurately. I have an RTC module DS3231SN[1] connected to the STM32 on the I2C. The RTC is connected to a coin cell battery CR2032[2] for a long life on its VBAT terminal. The entire boar...
Hello everyone,I'm working on STM32F401RE and I'm in the middle of designing a circuit.I have 2 questions:1- Is it possible to use the USB_DP & USB_DM (PA_11 / PA_12) pins in serial TX & RX mode in addition to the USB_DFU mode? I mean, can I physical...
Hello All,I Integrated X-Cube-CRYPTOLIB V4.1.0 into my project. My application to generate SHA256 for the "xx_xx.hex " file and generate RSA signature . SHA256 value generated by X-Cube-CRYPTOLIB and python script both are same. But RSA signature is ...