Vref of STM32U585RIT6
The part STM32U585RIT6 do not have a reference power + pin.How can I connect an external reference power to this Micro? Thanks!
The part STM32U585RIT6 do not have a reference power + pin.How can I connect an external reference power to this Micro? Thanks!
Hi there,I want to use a nand flash(H27U1G8F2BTR) by stm32f429BIT6.I config it by stm32cubeMx, but many timing parameters need to be set.I find some documents about "How to calculate the timing" in AN4570(page 34):It's said the equations are followin...
Hi all,I wanted to enable the write protection option byte using I2C bootloader ( Bootloader given by stm32). This can be done using the stm32 debugger also. but in my case requirement is using I2C bootloader only. MCU : STM32G0B1CET6communication pr...
After some time I found the tool displaying an error of sort, I think something regarding inactivity.Following that I can't close the sampling window. I can't move it or minimize it , or press any button in its GUI. All buttons are unresponsive.I ca...
My setup is STM32L431 with Sensirion SHT31 connected to I2C1. This setup works normally under usual conditions, but when the sensor had intermittent connections, the software started to behave unexpectedly. Following is simple experiment where I walk...
HAL_ADC_Start_DMA() takes a pointer to a uint32_t buffer, but the cubeMX can configure the DMA for word, half_word or byte.So therefore you can only configure the DMA for word transfers?I was setting the cubeMX to half_word or uint16_t and using 12bi...
Hello everyone!I am making a project with STM32F072 MCU and I have 3 devices that need to be controlled via I2C: a DAC, an ADC and a current monitor that has an ADC integrated. I've made the connections and part choices so that I have 3 different 7-b...
hello :)I am trying to program my MCU via system ROM bootloader. I have read an3154-can-protocol-used-in-the-stm32-bootloader-stmicroelectronics reference manual &an2606-stm32-microcontroller-system-memory-boot-mode-stmicroelectronics. I wrote a C++ ...
I use B-U585I-IOT02A to read after writing Flash Memory, 0xFF is read, but once I reset it, I can read the written value.Similarly, when I use it to read after erasing the Flash Memory, the value before erasing is read, but once I reset it, I can rea...