STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN status pending

Posted on August 08, 2011 at 11:55I wanted to run the CAN Interface of a  STM32F105RB with the examplefile of ST (Can Network). The function  CAN_TransmitStatus( CANx, 0x0) tells me that the status of transmission is pending. Do you have any idea's ...

mic by Associate II
  • 1189 Views
  • 4 replies
  • 0 kudos

Keil and binary file

Posted on August 08, 2011 at 10:37hello everybody,Do you know how to load a binary file into an STM32 Dicovery using Keil (and JTAG), without having the source code? I mean, I do not have a project I can compile, create a binary file and then downlo...

Problem with STM32F105 USB

Posted on August 03, 2011 at 11:48I have a big problem with configuration of USB on STM32f105VBT6. I'm trying to run HID example from ST USB Library but it doesn't respond at all. Message that I get is USB Device not recognized. I've tried to run th...

IAR workbench + ST-Link/V2 Reset problem

Posted on August 08, 2011 at 12:25Hi All, Chip: STM32F100C4 Custom board Need some help. I download the program via from IAR embedded workbench flash loader using ST-Link/V2. Every thing is ok. But i have to manually reset the pin no.7 to get it wor...

jai2 by Associate
  • 1066 Views
  • 3 replies
  • 0 kudos

CAN transmit status pending (STM32F105RB)

Posted on August 08, 2011 at 11:54I wanted to run the CAN Interface of a  STM32F105RB with the examplefile of ST (Can Network). The function  CAN_TransmitStatus( CANx, 0x0) tells me that the status of transmission is pending. Do you have any idea's ...

mic by Associate II
  • 298 Views
  • 0 replies
  • 0 kudos

Can PA0 have a dual use for ouput and WKUP?

Posted on August 06, 2011 at 20:47After WKUP I want configure PA0 for output, then at some point configure for WKUP and go into STANDBY deep sleep mode.  It appears that once the EWUP bit is set in RCC_CSR a) the EWUP bit cannot be reset unless ther...

C Plus Plus

Posted on August 06, 2011 at 09:11&sharpifdef __cplusplusextern ''C'' {&sharpendifI've seen the above in all the library header files , but what does it mean? #mix-c-and-c++

greg_t by Associate II
  • 449 Views
  • 2 replies
  • 0 kudos

Problem with STM32F105VC using 8MHz crystal

Posted on July 15, 2011 at 19:58Hi,I have spent the better part of the day trying to get code that run perfectly on an STM32F107VC using a 25MHz crystal to run on an STM32F105VC with an 8 MHz crystal. We are using v3.5.0 of the library from ST.Chang...