Resolved! Current Consumption of USB regulator on STM32H755II
Hello, VDD50USB on STM32H755II is powered from external 3.3V supply. What is the general use current consumption of the internal USB regulator? Thanks!
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello, VDD50USB on STM32H755II is powered from external 3.3V supply. What is the general use current consumption of the internal USB regulator? Thanks!
I am using stm32f103c8t6 microcontroller for uploading the bootloader and application. After uploading the bootloader binary code using UART communication (boot1=0 and boot0=1) to the controller, the reset pin is not working for further functionality...
I need to generate the millivolts of range between (-10mv to 100mv) with three decimal point accuracy using 24-bit external DAC interfaced with NUCLEO-L496ZG board. Is it possible to generate the range?I need HeadsUp & suggestion to achieve the menti...
hi i used of CRC in stm32CubeMX and for check true worked CRC used of two online CRC calculator site:https://www.sunshine2k.de/coding/javascript/crc/crc_js.html&https://crccalc.com/?crc=123456789&method=&datatype=0&outtype=0 i think stm32cubeIDE int...
Hi, I am currently working on configuring the OSPI clock for the STM32U5A9J-DK board, and I have some questions regarding the configuration. From my understanding, based on the Clock Configuration tab in the STM32CubeIDE (.ioc file), the clock going ...
I working through issues on an STM32G4 where at times I'm not getting the reaction time from the DMA that I would like. I read AN2548, and it is a very helpful resource. However, I'm seeing slightly worse response times than AN2548 would suggest, and...
I would like to use TIM1 and TIM3 as a performance counter to evaluate my software application. Is there an example of how to configure TIM1 and TIM3 to chain their 16-bit counters to create a 32-bit counter?From reading the reference manual, I can ...
Hi, I am using linked list mode for circular buffering DMA with Timer1 in burst mode. The expectation is that after 300 transfer from memory to timer 1 CCR register, the DMA should start again with the buffer. To do that I need to use Half Trasfer in...
I am testing Rx handler logic on a STM32H7 based board. Pins PD0/PD1 are set as Rx/Tx (huart4) with Global Interrupt set. The uart is setup to interrupt on Idle...HAL_UARTEx_ReceiveToIdle_DMA(_uart, _JoyRxData, BROADCAST_CMD_SIZE);and the interrupt i...
My STM32F401CCU6 has 256K flash memory, and I want to use it to store some data. Trying to create a user kept pausing the program at the hardfault handler when I tried debugging. Where am I going wrong? Are there any good resources for this microcont...