STM32F0 HDMI
I'm working with stm32f0 hdmi cec function to make Arc audio with tvI can able to communicate with tv but arc not initiate with feature abort commandAnyone have used it before help me with source example
Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm working with stm32f0 hdmi cec function to make Arc audio with tvI can able to communicate with tv but arc not initiate with feature abort commandAnyone have used it before help me with source example
Hi 'I am using STM32 Nulceo Board Nucleo-F070RB .I tried some projects but the output of the project is not as expected ,shows some wrong calculation out .So I checked everything ,And found out the Crystal frequancy is not correct .I checked the Mast...
Hello i found example code for CEC two 072, but i need control and activate ARC audio channel . Exist an example for this or any help ?
I have used software control GPIO simulate parallel interface to successfully receive data, but how to faster, I used timer to trigger DMA, but the effect is very bad.stm32f1_ov2640_tim_dma_uart About: 1-1.5 FPS
I am working with DS18b20 temperature sensor in STM32L073RZ board. DS18b20 works using one wire communication. I used one GPIO pin for communicate with DS18b20. i couldn't get the sensor reading. i have attached my code below. Thanks in advance.sta...
Posted on December 28, 2016 at 04:46hi, i working on ADC of stm32f0 by using HAL library . for reading value of ADC i have to start and stop ADC.but the adc start function 'HAL_ADC_Start(&hadc);' and stop function'HAL_ADC_Stop(&hadc);'take executi...
HiI am having problems setting breakpoints when using the debugger in VS Code. I can step through manually but cannot seem to set breakpoints. Before starting to debug I can add a breakpoint at 50But when I run the code the breakpoint changes to a di...
Hi,I know this is basic, but i cant generate PWM in multi channel at a same time in one timer, if anyone know what wrong please tell me!!!For this code, only the Channel 1 have the PWM, other channel dontThank you!!!!
Hi,I am new to STM , I just cant use Multi Channel ADC to get data from 3 potentiometer, please anyone know what wrong?? I use Cube MX and code on Keil CThis is the debugThank you!!
I have LL-API based UART/USART code which runs on an STM32U575 (tested on a NUCLEO-U575ZI-Q board), no problem (@ 115200).I would like to move this code to the LPUART (pins D0/D1, PG8/PG7, of the board). However, I have failed; not even TX works (a ...