Resolved! STM32作为IIC从机进行通信例程
请问有人能提供一下STM32G030xx或者STM32其他系列MCU作为IIC从机进行通信的例程吗,谢谢。
Ask questions, find answers, and share insights on STM32 products and their technical features.
请问有人能提供一下STM32G030xx或者STM32其他系列MCU作为IIC从机进行通信的例程吗,谢谢。
Hello everyone, so it is my first time designing a board with stm32l476rg MCU. I was using the reference design from this sheet: https://www.st.com/resource/en/application_note/an4555-getting-started-with-stm32l4-series-and-stm32l4-series-hardware-de...
Hi, I'm using the STM32H7 family and have spent several days trying to get dual mode working correctly with the STM32H723. I finally switched to the STM32H753 so I could try the ADC_DualModeInterleaved example from the repository at STM32CubeH7/Proj...
Hi,we are using ADC with DMA for internal ADC channel like internal Temperature sensor, VBAT, VREF but we are facing issue related to accuracy please help me on this Configuration:ADC channel: adc_channel_config_t ADC3_temp_config = { .chann...
Hello I am triyng to use STM32H735 with ethernet (ln8710A is the PHY) We have hardware fault when we connect the cable (se the itm print below)We use CubeMx version Version: 1.18.0ETH is in RMII conection is OK
HiChip:stm32h723Peripheral:FMCConfiguration:FMC_NORSRAM_DEVICE , FMC_NORSRAM_EXTENDED_DEVICE;FMC_ACCESS_MODE_AFMC_ASYNCRONOUS_WAIT_ENABLEIf the extended device(eg. FPGA) do not assert NWAIT,the program on stm32h723 will crash. I want to know which re...
Hello,STM32F411 microcontroller.Where can I find what mode (input/output or pull-up/pull-down) to configure the GPIO for alternate functions? For example, for UART or SPI and so on.For example, for STM32F103 microcontroller, there are tables that hel...
Hello Using a STM32U5G9NJHxQ.Using a 646x480 1byte per pixel monochrome Dcmi camera --> 310080 bytes --> 77520 words (32 bits) --> according to AN5020 6.4.8 this means Double buffer mode for medium resolutions, continuous capture in my case.Based on ...
Good morning, I am trying to debug an STM32H573II with ETM, but I cannot get it to enter that mode.Debugging without trace with SWD works correctly. I have used this environment: - uVision 5.42- ARM Compiler 6.21- STM32CubeMx 6.14.1 I have performed ...
Hello, so I was originally using printf with uart3, and that seemed to work fine. The characters were being printed as expected on a PuTTY terminal that I was using. I was using the following code:/* USER CODE BEGIN PV */ UART_HandleTypeDef *uartHand...