STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

cannot call a class from my own header file

Posted on February 28, 2014 at 14:19hi guys, i create a header file , means a .cpp and a .h file .but when i attach this file in my project in IAR compiler , it doesn't work, i mean i cannot access to my class in header filehere is my code :SPI.h:&s...

STM32F103ZE Flash interface

Posted on February 28, 2014 at 12:15Hello,    I am plan make custom board with STM32F103ZE chip. My question is, what is the interface for flashing the program in to flash?is it USART(UART)? or JTAG?

STM32L100C6 Port H missing in Datasheet memory map

Posted on February 28, 2014 at 11:04Hi, I am missing Port H in the datasheet's memory map. Is it at 0x40021400? https://my.st.com/st-extranet-web-active/static/active/en/resource/technical/document/datasheet/DM00078075.pdf Thanks! Alex #stm32l-po...

at1 by Associate II
  • 1296 Views
  • 10 replies
  • 0 kudos

Virtual COM Port ?

Posted on February 19, 2014 at 01:58Guys, I have installed STM Virtual COM Port on my computer, But everytime I connect the board via USB cable, window says ''USB device is not recognized'' What shall I do to fix it ? Thanks

f407 usb transfer problem

Posted on February 19, 2014 at 02:56Hi,i want to make a f4 USB driver and i got a problem that when i run my program the computer can identify the USB device but cant transfer data between it, i try to trace the program and found the interrupte(DCD_...

stm32_eval_lcd

Posted on February 28, 2014 at 10:07Hello all, Do you got example using   void LCD_PolyLine(pPoint Points, uint16_t PointCount) ?I do not know how to use, how to  declare  Points to test.Thanks

np1 by Associate II
  • 309 Views
  • 0 replies
  • 0 kudos

STM32F429 LCD Max resolution issue

Posted on February 28, 2014 at 06:08Hello,I have a question for STM32F429 LCD support.I will try use the stm32f429 and lvds ic to controll the TFT-LCD(1024x768, LVDS).According to the STM32F42x STM32F43x datasheet, LCDC Supports up to SVGA(800x600) ...

abby21 by Associate
  • 364 Views
  • 0 replies
  • 0 kudos

STM32F103 USART DMA issue

Posted on February 26, 2014 at 15:29Hi all,I have a problem using the DMA with USART3 on an STM32F103 MCU:I've configured the USART3 to transmit a buffer (fixed length) one shot using the DMA (just transmitting, not receiving) and then stop transmit...