STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

printf swo on stm32l0x1 m0+

Posted on July 06, 2017 at 15:00Designing own board based on stm32L0x1 and looking at debug provision.Am I right in thinking that printf style output is not available via the debugger ( ST-LINK/V2) on the stm32L0 (m0+) parts as:-1) They only have SW...

possible bug in clock generation

Posted on June 09, 2017 at 09:26I am using cube 4.21 with a STM32F205 CPU.I configured the clock to run at 120 Mhz (25Mhz crystal M=20, N 192, P 2) in the file system_stm32f2xx.c generated by cube, I have the following:uint32_t SystemCoreClock = 160...

Adalgiso by Associate II
  • 326 Views
  • 3 replies
  • 0 kudos

Resolved! Interrupts - USART corrupted data

Posted on July 04, 2017 at 11:16Hi everyone,I am designing a system that needs a bunch of interrupts working. By now I have three possible source of interrupts working:+ USART6+ SPI2+ TIM6The USART6 works sending and receiving data from PC.When SPI2...

Build error 238 on example/user/main.o

Posted on July 05, 2017 at 15:15I have a P-NUCLEO-IHM001 board and try to build an example from the directotry 'STM32Cube_FW_F3_V1.8.0' with AC6 toolchain and always get a build error 238 on example/user/main.oWhy does this occur and how can I solve...