Resolved! stm32u5 adc
After enable ADC in Cubemx, it is better if HAL_PWREx_EnableVddA() added automatically.
After enable ADC in Cubemx, it is better if HAL_PWREx_EnableVddA() added automatically.
Hello,When I execute StartEcc() in a code without TrustZone enabled, it sets the ECCE & ALE bits of RAM CR as expected. but in my current project even after StartEcc() is executed, ECCE & ALE bits are 0, which means it is not able to turn the ECC fea...
Hi, I have a question about the internal SRAM1 in the STM32F769NI.Do I need to do anything special to retain the data in SRAM1 on reset?If data retention is established by default, do you know how it works?
Hi, I am working on a project where we need USB DFU on the STM32H730. I have selected the USB DFU function in the .IOC, compiled and uploaded to the hardware, but when I try uploading a new program both via this online DFU Tester (https://devanlai.gi...
Hello everyone!I read many topics on this forum and it is really helpful but currently I try to solve my problem - unsuccesfully.What I want to do: program MPU through bootloader CANHardware: NUCLEO-L496, STLINK-V3. Crystal HSE soldered on NUCLEO (AN...
i'm getting -nan(0xfffffe0000000) value while reading from flash. why i'm getting this value and what is it?
I declared some test variable like,unsigned short *testvar= (unsigned short *)0x20020074;unsigned char *testvar1[4] = {(unsigned char *)0x20020076,(unsigned char *)0x20020077, (unsigned char *)0x200200...
Hi, i am trying to use USB VCP device on STM32F401. Is there a example available for this? Optimally, if it ends with something like the "Hello World" display in the terminal. My goal is to replace FTDI with internal USB in STM.Thanks
Posted on May 21, 2018 at 17:07I want to use the ETH port to communicate with other devices. I started by creating a project in CubeMX for the STM2F769I-Disc board. I simply added the LWIP and the ETH port (as RMII) and set a specific IP address (wh...
Hello, I'm using the Evaluation board B-U585I-IOT02A for the STM32U585, and I'm playing around with the USB communication using the example "Ux_Device_HID_CDC_ACM". However, I'm not sure to fully understand the use of the middleware USBPD, which in m...