STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 ETH .NETMF issues

Posted on June 18, 2014 at 21:48Hey, I am looking for some working examples for the STM32F407 for the Ethernet, SPI, I2C, and USART. I have been using an STM32F4 Discovery board and an STM32F4 ETH Mountaineer board to evaluate the uP. But I have not...

STM32F4 96-bit unique ID Format

Posted on May 21, 2014 at 12:25I read the unique ID of STM32F407 microcontroller but i want to know what this unique ID represents means is there these bits can show any format or fields???Is this ID represents the features of microcontroller if yes...

regression environment building for stm32 project

Posted on June 16, 2014 at 10:48hi,allI'm now working on a project using stm32f103.And I need to build up an environment for unit testing, regression testing and code coverage testing .Any tools or solution?Many thanks. #stm32-regression-test

simple stm32 c question ?

Posted on May 10, 2013 at 00:34what is this 1ul and 2ul and 3ul examble  RCC->AHB1ENR  |= ((1UL <<  0) );              /* Enable GPIOA clock         *   GPIOA->MODER    &= ~((3UL << 2*0)  );         /* PA.0 is input              */ what is the new ...

jbl_raw by Associate II
  • 1974 Views
  • 9 replies
  • 0 kudos

FSMC clock signal at higher frequencys

Posted on June 15, 2014 at 13:45Hi, I am trying to control a TFT over LVDS with an STM32F429. At around 30 MHz the Signal seems to be ok, but the Display wants at least 40MHz. Turning up the Speed above ~33Mhz is messing up the clock signal and visi...