STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SMT32F103x_XL FLASH bank 2 stays BUSY

Posted on September 12, 2012 at 08:21Hi all,I am using an STM32F103ZG with the STM32F10x_StdPeriph Library. I started the development of the project with Keil ARM-MDK but now moved over to GCC.The switch over has gone pretty smooth until now. I use ...

hermanv by Associate II
  • 602 Views
  • 1 replies
  • 0 kudos

3,2'' TFT LCD with FSMC

Posted on September 18, 2012 at 09:16Hi everybody. I'm trying to display a bmp on 3,2'' TFT by using FSMC and stm32f4 graphic drivers. I've done writing some texts changing backcolour drawing pixels but when I want to draw or drive a bmp file with L...

0690X00000602lYQAQ.jpg

STM32F405: Read 100% duty cycle

Posted on September 27, 2012 at 11:21I am using STM32F405 in an application and in order to start working with the PWM module I have to check that I read a 100% duty cycle on one channel input. I've been reading documentation, but it seems that inp...

miriarte by Associate II
  • 878 Views
  • 6 replies
  • 0 kudos

maximum throughput for usart

Posted on September 25, 2012 at 04:22Hello All,   Finally got to a stm32 discovery specific question. I've turned my baud up to a really high rate 921600. I have a simple loop that sends a request for data and then gets data back from the stm32 as f...

stm32F205: 96 unique ID: use only 32

Posted on September 27, 2012 at 18:35Does anybody know if the 96bit unique-ID has different fields? There's no much info about this unique ID (in the reference manual it is said that it has 96bits but after that, when the register is shown only the ...

miriarte by Associate II
  • 887 Views
  • 1 replies
  • 0 kudos

Break / PWM - STM32F4

Posted on September 27, 2012 at 10:41Hi Folks, I like to disable PWM, on an external event - i want to use BKIN. i set the break mechanism up like this ------......    GPIO_PinAFConfig(GPIOB, GPIO_PinSource12, GPIO_AF_TIM1);     /* Automatic Output ...

finnb2 by Associate II
  • 464 Views
  • 3 replies
  • 0 kudos

Break / PWM - STM32F4

Posted on September 27, 2012 at 10:30Hi Folks, I like to disable PWM, on an external event - i want to use BKIN. i set the break mechanism up like this ------......    GPIO_PinAFConfig(GPIOB, GPIO_PinSource12, GPIO_AF_TIM1);     /* Automatic Output ...

finnb2 by Associate II
  • 477 Views
  • 2 replies
  • 0 kudos

generating EXTI0 in STM32F207VC

Posted on September 27, 2012 at 16:20Hello All, I am using STM32F207VC for my college project. I have my external probe temperature sensor connected to one of the internal channel of ADC. All i want to do is generate an EXTI0 interrupt when external...