Microcontroller for HDMI signals processing.
Posted on August 09, 2016 at 16:02What is the best choice for HDMI signals processing? Is there some dedicated microcontroller you can suggest?
Posted on August 09, 2016 at 16:02What is the best choice for HDMI signals processing? Is there some dedicated microcontroller you can suggest?
Posted on February 27, 2016 at 10:53 Hello I am using STM32F030CC to communicate with BQ3060 fuel gauge through SMBus. Everything is working kinda fine, but I am little worried about my repeated start condition. I know reading 2 bytes ...
Posted on August 04, 2016 at 12:07 Dear, I want to generate the 4 signals for a H bridge to create a sinusoidal signal by pwm So I used Timer 1 and its 4 channels powered by a DMA in burst mode The PWM data are organized in an array of 360 structu...
Posted on July 17, 2015 at 16:18Hi,I am having problems to run the WWDG in a STM32F405.I am using the HAL Drivers from Cube MX.The process is the following:{__HAL_RCC_WWDG_CLK_ENABLE();MX_WWDG_Init();HAL_WWDG_Start(&hwwdg);HAL_WWDG_Refresh(&hwwdg,12...
Posted on August 02, 2016 at 10:58Hello,I use a nucleo stm32f401RC Evaluation Board for the regulation of a boost converter and I need to generate the interruption on the ON half-signal of PWM and I need also synchronize the conversion of 3 channel ...
Posted on May 19, 2016 at 16:47I used to work with http://www.ti.com/product/MSP430F47197 and I found out that there is a Flasher which gives you this ability to load the code through a batch file. So, I am just wondering if you guys are familiar wi...
Posted on August 10, 2016 at 10:00I operate an STM32L4 at 1.8 V and I�C peripherals at (up to) 3.6 V. The data sheet (DocID028794 Rev 2, table 21) is pretty clear when it comes to FT_xx inputs. But when it comes to FT_xx outputs I trip over the foll...
Posted on August 31, 2016 at 15:00Any one has experience of developing STM32 USB CDC applications on MAC OSX? Is there a driver for STM32 USB CDC on MAC OSX? I have a HW working well on Windows with VCP driver 1.4.0, however, this HW is recognized a...
Posted on August 30, 2016 at 19:15Here i enclosed the Working Code For STM32F103.i Want to Convert this code to STM32F107 for Project Needs. This Code Not work in STM32F107 25Mhz Board .How can i init SPI According to the Board. This code Interface ...
Posted on February 13, 2013 at 17:00I am interested in techniques for synchronizing the STMF4 I2S clock with an incoming audio stream on the USB. The clock on the source and the clock on the STM32 board will always be slightly out of sync causing ei...