Resolved! STM32H743XGH6 USB VBUS
I want to use port PA9 of STM32H743XGH6 as “FS_VBUS”. In this case, which number should I put in the target register for the alternate function? I understand that if I use CubeMX, it will set it automatically.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to use port PA9 of STM32H743XGH6 as “FS_VBUS”. In this case, which number should I put in the target register for the alternate function? I understand that if I use CubeMX, it will set it automatically.
Hi,I want to configure my device as a USB Microphone. However the cubemx generates code for USB speaker and the device is detected as STM32 Audio Class Speaker. Can anybody suggest a solution or Cube Example for USB Audio class with Microphone codes...
Hello,I found some discrepancy in BOR configuration for STM32U083CCT6 processor between reference manual [1] and HAL implementation [2]. It concerns BOR_LEV[0:2] bits (bits 10:8) in FLASH_OPTR register. The RM [1] talks of four levels (000: 1.7 V, 00...
I'd like to use the DTCM ram in my code; how can I do ? Thank you
Hi,1.As it is mentioned in CM4 user guide and also explained in tutorial, 0th bit of PC is directly loaded to T bit.And CM4 supports only thumb state ISA.To execute/decode instructions in Thumb state 0th bit of PC should be 1 which means PC should al...
When a CAN message is not ACKed by other nodes, if auto re-transmission is set, bxCAN will re-transmit the message infinitely. This floods the CAN bus, especially if the message is of high priority.My solution is to enable the error passive interrupt...
Hi, I am trying to send classical CAN messages using FDCAN with STM32h723vgT6 - based board. I am however having difficulties sending any packets (and receiving). Hardware setup:- DM-MC02 board, based on STM32h723vg (https://gitee.com/kit-miao/dm-mc0...
I am not sure I properly understand the STM32H7A3xI/G ADC frequency limitationIn the DEV13195 - Rev8 - Datasheet, section 6.3.21 16-bit ADC characteristics, table 93 ADC characteristics, page 143It says the fADC max frequency is 50 MHz with boost mod...
Hello,We are currently facing an issue related to the BOR_EN (Brown-Out Reset Enable) option byte during production on the STM32G0B1RET6 .In our firmware, we do not modify the option byte registers. On some boards, we observed that the BOR_EN bit is ...
Hi Team,Is it possible to stream live video using an STM32 microcontroller with Ethernet? If yes, which STM32 controller and camera module would be suitable for this? Also, are there any video tutorials or documentation available for implementing suc...