STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! CubeMx 4.20.0 and oscillator problem

Posted on March 24, 2017 at 12:52I see when you change settings on RCC,  from internal oscillator to external, both line on .ioc file are setted and the code generated is this:RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORT...

Marco1 by Associate II
  • 447 Views
  • 4 replies
  • 0 kudos

STM32F4 DMA problem since firmware package 1.15

Posted on July 07, 2017 at 08:45We are using an STM32F429 together with external SRAM, SD card and LCD display, utilizing STemWin. The framebuffer for the display is located in the external SRAM, as is another buffer that is used to write to the SD ...

STM32L0 EEPROM programming with keil

Posted on July 04, 2017 at 07:57Hello, everybody.Hello everybody. I use Keil and ST-Link for programming STM322L073 Flash and EEPROM. I try to program them simultaneously but only Flash is written.Is there any way of writing Flash and Internal EEPRO...

Resolved! stm32f429 timer pwm output signal as a clock

Posted on July 06, 2017 at 05:53I am working with the STM32F429 and we use the timer pwm output as the ads1271 CLK。 we get the wave as the picture showWe think CLK quality is poor,so the sample rate is inaccurate. Any ideas ?Thanks,End.

0690X00000603voQAA.jpg
liu yong by Associate II
  • 617 Views
  • 5 replies
  • 0 kudos

LTFT issue.

Posted on July 07, 2017 at 04:46Hi There,I am using STM32F429ZI discovery board to write an UART and LTDC code.I have Entesla serial to USB converter connected to the Discovery board via TTL(I am not using RS232).Simple use case is -Display the char...

more uart ports

Posted on July 06, 2017 at 21:02Hi,My stm32 board has four uart ports. Each of them is connected to rs 485 transmitter (tx only).I'm looking for any ideas how to extend my project to have more than four uart ports - up to 10.My first idea was to con...

John Doe1 by Associate III
  • 763 Views
  • 5 replies
  • 0 kudos

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...