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));...
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));...
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 ...
Posted on July 14, 2015 at 10:18I have installed STM32CUBEMX 4.9.0. on my Win7 PC. Using Help/Install New Libraries I can download and install for example Firmware Package for Family STM32F4. However, Help/Check for Updates (or the Check button in t...
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...
Posted on July 17, 2015 at 06:00HI, I am using IDLE Flag to check the IDLE Bus condition in my UART Transmit routine. void serialOut(uint8_t Channel,uint8_t *data,uint8_t len) { uint8_t is_Rx_line_Idle=0; is_Rx_line_Idle = __HAL_UART_GET_F...
Posted on July 17, 2015 at 11:48to be migrated, sourceId: 55562:697285D7-A9CA-445D-B16C-F23BF0E3B1A3
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,...
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...
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...
Posted on July 16, 2015 at 23:48I created a project using F4 1.5.0. Later I installed F4 1.6.0 and regenerated my code.Today I ran out of space, blew out all of the libraries, installed only F4 1.7.0 and cube asked me if I wanted to migrate from 1.5...