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

how to checkSTM32F30x I2C NACK flag.

Posted on July 01, 2014 at 18:09Since there is no function for the stm32f30 series like send7bitslaveaddress which is there for other series when do I check the NACK flag in case the slave is not present? The sending of the slave address seems to ha...

cbhar by Associate II
  • 389 Views
  • 0 replies
  • 0 kudos

STM32F4 Save Data in USB

Posted on June 28, 2014 at 21:01Hi, I'm looking for a means which lets me save a text file on a USB key from a variable that can be found in my program. . I work with a STM32F4 (KEIL compiler)   Does someone can help me to find a solution? Thank you...

haythem by Associate II
  • 1547 Views
  • 5 replies
  • 0 kudos

how to output 5V to GPOIC_Pin7 instead of 3.3V

Posted on July 01, 2014 at 13:11hi,I'm using LCD with stm32f107 vct6, I need 5V for backlight.I configure GPIOC_Pin7 as GPIO_Mode_Out_OD and I connect it with 4K7 resisator and 5V.GPIOC_Pin7  -------->-------->OUT                4K7   ^           ^...

aymen by Associate II
  • 1085 Views
  • 6 replies
  • 0 kudos

restarting CPU with VCP connection

Posted on July 01, 2014 at 15:51Hi, here's the problem: When I used RS232, I could reset my target, reset my PC app, and get going again, as the new bytes I sent went to the target. But this doesn't work over VCP. When the target is reset, the devic...

EXTI15_10_IRQHandler keep triggered after initialized

Posted on July 01, 2014 at 14:58 hi,all I'm using two stm32f103 for dma spi both master and slave. I enable one gpio for external interrupt on the master side for slave inform of PTX. But somehow theEXTI15_10_IRQHandler keep triggered afte...

STM32F437: USB HighSpeed / ULPI SMSC3370

Posted on June 30, 2014 at 10:27We've designed a USB board based on an STM32F437 microcontroller, associated to an SMSC-USB3370 ULPI device clocked by a 60MHz external oscillator. We are facing an issue with the USB enumeration as our board is reco...

edurand by Associate II
  • 757 Views
  • 3 replies
  • 0 kudos

EXTI4_15_IRQHandler

Posted on July 01, 2014 at 09:01 Hi, I'm developing with STM32F0 and I have a problem with interrupt. this is my code: void batchStandByConf(void){ EXTI_InitTypeDef EXTI_InitStructure; //PC10 input GPIOC->OSPEEDR |= GPIO_OSPEEDER_OSPEE...

mosine by Associate II
  • 874 Views
  • 0 replies
  • 0 kudos

Problem with system clock

Posted on June 30, 2014 at 22:08Hi.I use a STM32F103ZE microcontroller.I try to change the System Clock (default is HSI) to HSE.On my board is a HSE - cristal oscilator which value is 8 Mhz and i want to change it to 72 Mhz and it works.But if i wan...