STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 671 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
  • 1126 Views
  • 6 replies
  • 0 kudos

Resolved! Debug freeRTOS threads using GDB+openodc (SW4STM32)

Posted on June 20, 2018 at 15:33Hi All,I'm developing an application using CubeMx to generate the basic code. On CuebMx I enabled freeRTOS and LWIP.Now I would like debug my threads but Eclipse gives me access only on the thread in esecution before ...

F7 SDRAM CubeMX setup no DMA tab

The SDRAM HAL module has DMA functions but there is no tab in CubeMX to set up a mem2mem DMA channel. This is with CubemX 4.27.0. Is the DMA a pre-requisite for LTDC operation or does it use it's own internal memory access.

Temperature compensation on ADC?

Posted on August 11, 2017 at 05:02Hello, I am using an Olimex-E407 board to measure some signals (AC signals). After some reading on ADCs I learned that there are a few error that have to be taken into consideration when doing measurements and some ...

App fails when source is changed in a trivial way.

Hi,I've been playing around and refactoring a small test app for the STM32F769 DISCO board. The app runs fine and I retest after even the smallest code tweak.What I'm seeing is that physical position of the function SysTick_Handler within the source ...

0690X000006DoIyQAK.jpg 0690X000006DoJ8QAK.jpg 0690X000006DoJDQA0.jpg

Resolved! Understanding serial IO misbehavior

I've been trying to adapt an example piece of code that utilizes a UART from the Visual GDB website. The adaptations are:Using an STM32F769 Discovery board.Communicate with an ESP8266 device plugged into the board's WiFi socket.I managed to work out ...

0690X000006DoDeQAK.jpg

LTDC maximum display resolution documentation inconsistency?

Posted on January 10, 2018 at 02:34HiAN4861 (http://www.st.com/content/ccc/resource/technical/document/application_note/group0/25/ca/f9/b4/ae/fc/4e/1e/DM00287603/files/DM00287603.pdf/jcr:content/translations/en.DM00287603.pdf) page 25 states that th...

luke23 by Associate III
  • 1115 Views
  • 4 replies
  • 0 kudos

Sram to GPIO 8 bit transfer using DMA

Hello,I am a student of electrical engineering and I'm now starting a project where I need to use the stm32 architecture.The idea is to use a NUCLEO-H743ZI board and to connect 8bits of the GPIO to a VGA Cable and display a 640x480 60Hz 256 colors i...

JGon? by Associate
  • 654 Views
  • 2 replies
  • 0 kudos