STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407 ITM

Posted on July 01, 2015 at 17:36 Hello I want to use ITM Port 0 on a STM32F407 with a Keil µVision I wrote printf(''TEST''); with the following hook int fputc(int c, FILE *stream) { return(ITM_SendChar(c));...

Is stm32cubemx v4.8 a beta?

Posted on July 01, 2015 at 17:05Hello,Since I had only bugs with previous versions, I have updated the cubeMX package. It produce the same bug in all following configurations :- cubeMX + IAR- cubeMX + SW4- cubeMX as eclipse plugin + SW4Create a new ...

tarzan2 by Associate III
  • 1466 Views
  • 10 replies
  • 0 kudos

STM32F411RE NUCLEO board doesn't work

Posted on July 17, 2015 at 13:55 Good day, I'm pretty new with stm32 microcontrollers and I have some trouble, so I would like to ask you for help. Yesterday I downloaded Visual Studio and VisualGDB for programming. Everything worked...

ugniues by Associate
  • 546 Views
  • 2 replies
  • 0 kudos

STM32F411 USART RTS problem

Posted on July 17, 2015 at 13:43Hello everyone,I'm getting strange behaviour on my STM32F411 device.I use USART 1 with hardware flow control, with pins:TX: PB6,RX: PB7RTS: PA11 CTS: PA12The problem I have, is that when device wake up from STOP mode,...

0690X00000605HuQAI.png
tm3341 by Associate II
  • 295 Views
  • 0 replies
  • 0 kudos

SPI fails to receive at higher speeds

Posted on July 17, 2015 at 01:13 Hello, I have a project which was originally generated using STM Cube. I can successfully communicate to an external memory chip through SPI at 7.5MHz, although anything higher fails. The memory chi...

elliott2 by Associate
  • 245 Views
  • 0 replies
  • 0 kudos

STM32F0 CAN self-reception?

Posted on July 10, 2015 at 23:59I'm using an STM32F0 for a CAN application. I noticed, though, that the MCU doesn't receive the messages that it sends out on the bus. It would be preferable for me to be able to see all of the data on the bus, though...

esimon by Associate II
  • 1603 Views
  • 6 replies
  • 0 kudos