STM32U375RGT6Q - UART function
Hi,Will PC0 PC1 LPUART functions in normal operation? I have to use this LPUART in normal operation of MCU, not in power saving mode.Is there any limitation on this like speed, baud rate etc. Regards,Anurag
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,Will PC0 PC1 LPUART functions in normal operation? I have to use this LPUART in normal operation of MCU, not in power saving mode.Is there any limitation on this like speed, baud rate etc. Regards,Anurag
Hello Community For some reason, my post from yesterday did not go through and was marked as spam. I'm not interested in moaning about it right now, as I have managed to brick my custom board, designed with STM32H743XI and would be more interested in...
Hello,I am working on custom bootloader + application setup on a STM32G070CBT6Currently, I need to store bootloader flag that indicate whether the MCU should jump to the bootloader code or to the application code.Since the movement i am reserving 1 f...
Hi Pascal, Any updates on our previous thread? When testing the same firmware with the EN pin pulled up, we are facing some issues during operation. After about 5–6 operation cycles, the system stops working until the MCU is reset. The issue still pe...
Hi, When I clear the EXTSEL bits in the ADC1 CFGR1 register, my resolution bits also get cleared ?. My ADC randomly changes resolution. Below is screenshots of the code. Why does this happen ?, I can disable the ADC to write the RES bits to what th...
Hello, I'm working with the STM32U575VGT6 as my primary MCU and need a USB-C DRP PD IC. I'm considering the TCPP03-M20 or STUSB1600AQTR. My question is, when the PD operates in sink mode (during charging), we intend to turn off all power supplies, in...
Hello community,I am running in an issue with the VREFINT calibration value of the ADC.For calculation I use the __LL_ADC_CALC_VREFANALOG_VOLTAGE function from the stm32u0xx_ll_adc.h file and I'm getting wrong values.The Chip is powered with 3.3V and...
Hello, we are using a STM32H5 with TZ disabled. In firmware, we are doing the following:- set the product state to provisioning (0x17)- provision the debug authenticationThis already works fine. Afterwards, we can do a discovery an see the validity o...
Hi,We've successfully implemented the use of external RAM connected via the OCTOSPI1 interface on the B-U585I-IOT02A board, using the example code provided in the CubeMX packages for read/write operations. Everything works as expected under normal co...
Hello,I'm trying to port the ST IMX335 camera driver middleware to work with the RPi 2 IMX219. Everything works well with the IMX335, however after adjusting to reflect the IMX219 registers I get no image data and a Lane 0& 1 control error flag as so...