STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST Link to virtual comm port

Please excuse my question as I am sure it has been asked before. I am a bit new to ST microelectronics. I am suing the nucleo-f767. I noticed that on my windows device manager there is STMicroelectronics STLink Virtual COM Port. I would like to u...

IAgui by Associate II
  • 535 Views
  • 1 replies
  • 0 kudos

Web Browser Application.

 Lets say I have this as my HTML page <form method="get" action="/leds.cgi"><input value="1" name="led" type="checkbox">LED1<br><input value="2" name="led" type="checkbox">LED2<br><br><p>text for tag1: <!--#tag1--></p><p>text for tag2: <!--#tag2--></...

IAgui by Associate II
  • 477 Views
  • 2 replies
  • 0 kudos

3-wire 9-bit SPI using STM32F030C6

I need to interface ILE9341V TFT display with STM32F030C6 MCU.My project hardware has only 3 wires (CSX, SDA and SCL) from the display side.By referring the TFT display's datasheet, I found that I have to use 3-wire 9-bit mode only (to be compatible ...

What is I2C SMBAI?

I'm laying out a board using a STM32F103CB and I'm connecting to an I2C peripheral, and I noticed that on the STM32 there's a third I2C pin, labelled SMBAI - what is this pin, I'm unfamiliar. Is this an address pin for the STM32 for slave option? I c...

AScar.1 by Associate
  • 6621 Views
  • 1 replies
  • 2 kudos

How can I extend much more RAM on STM32?

Hello!I have just currently developed a matrix library for embedded systems. It works for all systems. The problem is that using matrices, takes lot of both ram memory and flash memory. So i need a better controller, but the largest RAM from STM32 i ...

DMårt by Lead
  • 6744 Views
  • 17 replies
  • 2 kudos

Discovery STM32L152C Touch Sensing

Posted on July 20, 2014 at 15:58Hi all,Where can I find more documentation on the STMTouch library? I have read UM1606 but don't get how it works.The manual says to start with one of the included example files but I cannot get them to work on the Di...

adam2 by Associate
  • 552 Views
  • 3 replies
  • 0 kudos

Any ideas why I get those 0 - 65500 values from adc ?

I have uint16_t array[2000];HAL_ADC_Start_DMA(&hadc1, (uint32_t*)array, 2000);I get values from 0 up to 65535but when I declareuint8_t array[2000];I get values 0-255I shouldn't be bigger than 4095 since it is 12 bit resolution for ADCI have STM32L416...

MNapi by Senior III
  • 857 Views
  • 6 replies
  • 0 kudos