STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4xx ethernet library source

Posted on December 17, 2013 at 00:13I am looking for the source for ethernet libraries for the STM32F407. So far, I have found people using the stm32f4x7_eth, but I have not been able to find the official source code for it.Anyone know where to get ...

dibs by Associate II
  • 742 Views
  • 4 replies
  • 0 kudos

STM32F107 Tim1&Tim8 PWM Generation

Posted on July 30, 2013 at 16:10I am trying to generate a  pwm signal from timer1, Pin_E12. I found some helpful posts about stm32f4xx but i could not manage to apply it to stm32f107. Can anyone help me about this subject?

berkay by Associate
  • 982 Views
  • 4 replies
  • 0 kudos

how to execute the storyboard in my java project?

Posted on December 11, 2013 at 08:02hello : I buy the STM32F40G-JAVA eval board,i got a problem when i used the MricoEJ to develop the project. I read the STM32Java-UI-PACK user's Manual,In the 7.2.4 it shows that how to edit stroyboard, i did it fo...

0690X00000605dvQAA.png
aizhixi by Associate II
  • 679 Views
  • 2 replies
  • 0 kudos

STM32F103ZE Timer1

Posted on December 17, 2013 at 07:53Hello, I started a new design with the STM32F103ZE. I am trying to activate TIM1 with no success. I activated TIM4 and it works well. I am using PortA PA9 & PA10 as USART_TX & RX , is there any conflict with PA8 &...

avi2 by Associate II
  • 777 Views
  • 3 replies
  • 0 kudos

Internal osc and USB

Posted on December 12, 2013 at 13:31Hi  friends;Iwant to use USB without external oscillator. Can I use? If I can use how is it?Thanks

[solved] MicroXplorer useless for STM32F050 TSSOP20..?

Posted on December 15, 2013 at 14:23Hello, just tried MicroXplorer for a TSSOP20 STM32F050, but already un-installed it... it didn't know the I2C interface !??? what's the point telling MicroXplorer support STM32F050 if he don't know the available ...

ffred by Associate II
  • 743 Views
  • 3 replies
  • 0 kudos

Help with ADC DAC with DMA

Posted on December 05, 2012 at 14:06Hello everyone, I'm trying to generate sine wave using DAC from the STM32F0 discovery kit from 1hz to 10khz, and use ADC to read back the signal, TIM2 is used to clock the sine_table>>DMA>>DAC, by changing TIM2.Pe...

Configuration of unused program memory

Posted on December 15, 2013 at 13:23Hello.I use STM3210C-eval board. I program it with Keil V4.70.0.0 . I want to fill the unused memory area so if program counter corrupt and jumps to unused area , I create an reset.How do ı fill unused area with r...

IDE PROBLEMS OF COOCOX

Posted on December 16, 2013 at 09:56Dear frends,i am having a discovery kit of stm32f030-r8i have downloaded the coo cox software...but i cannot go ahead.. i am facing problem to start the project.anyone pls help me''how to resolve the problems''if ...

deepak by Associate II
  • 426 Views
  • 1 replies
  • 0 kudos

USART Pin Remapping

Posted on December 06, 2013 at 12:03 Hi , I am working on USART DMA for STM32F1 . Using one of Clive1 example i successfully got it working . However the program fails when i try to remap USART1 pin from PA9/PA10 to PB6/PB7. Is there some...