STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How USB Host should enable Suspend mode?

Posted on February 17, 2015 at 15:54Hi all! I'm a bit confused by USB Host behaviour when trying to enable Suspend mode.I use ST USB library v.2.1.0. and STM32F407. Use Host example for HID device, and it is working correct. Now I try to make some c...

morpeh89 by Associate II
  • 245 Views
  • 2 replies
  • 0 kudos

STM32F4 External button not working !

Posted on July 20, 2015 at 23:30I'm trying to interface a push button to my stm32F4 discovery via PA1 , this is the code I got : void EXTI1_IRQHandler(void) {   if(EXTI_GetITStatus(EXTI_Line1) != RESET)   {      EXTI_ClearITPendingBit(EXTI_Line1);  ...

0690X00000605IEQAY.png
monta by Associate II
  • 422 Views
  • 7 replies
  • 0 kudos

STM32F407-Discovery CAN bus problem

Posted on July 20, 2015 at 10:02Hi Guys,I'm struggling to activate the can bus in the CAN2 module in the discovery eval board.Using CubeMx, Generated all the initialization code.Set baud-rate to 50KHz, and to loop-back mode.The output waveform looks...

isak by Associate
  • 216 Views
  • 2 replies
  • 0 kudos

STM32F4 Disco Connect Under Reset

Posted on July 20, 2015 at 21:54Hi there , I had my STM32F407VG discovery board for a while now, till a few minutes earlier, I was trying to interface a button to PA13 ( I chose PA13 randomaly) to create a simple interaface for my project , but once...

monta by Associate II
  • 165 Views
  • 2 replies
  • 0 kudos

STM32F746 lacks bit-banding?

Posted on July 20, 2015 at 21:53Does the new STM32F7 series omit bit-banding support?There is no mention of bit-banding in the STM32F7 reference manual.  Attempting to use bit-banding results in a fault condition.I'm surprised by this omission.  Or ...

dale by Associate III
  • 261 Views
  • 4 replies
  • 0 kudos

STM32L053 discovery standby

Posted on July 20, 2015 at 21:42I write some code that seems to successfully put the chip into standby mode:    PWR->CR |= PWR_CR_PDDS;    SCB->SCR |= SCB_SCR_SLEEPDEEP;    while (1) { __asm(''WFI'')__; }That seems to stop everything as expected. Wh...

lee23 by Associate II
  • 129 Views
  • 2 replies
  • 0 kudos

STM32F072 - Hard Fault when reading from System Memory

Posted on July 20, 2015 at 19:47Hi.I'm looking for some help with the STM32F072.Q: What are you trying to do?A: I'm trying to read the factory measured voltage of the bandgap voltage reference in order to calculate the VDD as exactly as possible. As...

bjerman by Associate II
  • 277 Views
  • 6 replies
  • 0 kudos

VDDA starts after VDD

Posted on July 20, 2015 at 11:02In the http://www.st.com/web/en/resource/technical/document/application_note/DM00115714.pdf is written: ...During the startup phase VDDA must arrive first and be greater than or equal to VDD. ... Why that what if it i...

stst9184 by Associate II
  • 982 Views
  • 11 replies
  • 1 kudos