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

Double buffer DMA

Posted on July 24, 2014 at 22:55Hi,I am trying to develop an application for STM32L series. I need to use DMA in double buffer mode. I found information in the reference manual for a double buffer circular mode which uses a single DMA buffer with ha...

s7v7n92 by Associate II
  • 822 Views
  • 3 replies
  • 0 kudos

LCD shows wrong colors

Posted on July 20, 2014 at 19:52I'm using a 7'' 800x480 LCD, + SSD1963 driver.The combination is connected to an STM32F103ZET6, via FSMC.I have modified a header file to initialize ssd1963, things seem to work as expected, texts and fonts are OK, bu...

Why USART transmission depends on function calls order?

Posted on July 23, 2014 at 17:22 Hello, please help me to solve next problem. I have application, which consists of three main modules: io_init(), lcd_init() and usart_init() â€�?  io_init() configures button inputs and some outputs used for relays ...

orionhere by Associate II
  • 1351 Views
  • 8 replies
  • 0 kudos

Using structure causes Hardfault exception

Posted on July 23, 2014 at 23:49Hi everybody,I'm trying migrate a program from 28335 to stm32f407. I was using a structure to store some data, and passing the pointer to this structure to a function. Now I find that if I define the structure variabl...

yifan115 by Associate II
  • 988 Views
  • 4 replies
  • 0 kudos

Use DAC of STM32F103RET6 to create meaningful sound.

Posted on July 14, 2014 at 12:47Hello Everyone , I am using STM32F103RETG to create a sound.I am also using elua and minicom to execute the program onto the uc. My plan is to - *first use the DAC wave generator to create a simple noise. I will be us...

Set GPIOs to high impedance

Posted on June 27, 2014 at 10:11Hopefully this is an easy question: To set up a GPIO to high impedance mode, I have to configure it as input? If I want something connected to ground at this pin, I can set it to an output with low level? What I actua...

Configure the timers count at 32-bit

Posted on July 18, 2014 at 08:39Hi, I'm using the device STM32F030C8T6 that has all the timers count at 16-bit. I need using the timer count at 32-bit. In the data sheet in the page 67 reads ''Maximum possible count with 32-bit counter''. How can I...

u23 by Senior
  • 1063 Views
  • 7 replies
  • 0 kudos

STM32Cube SDHC capacity bug (solved)

Posted on May 11, 2014 at 17:21Hello, in stm32f4xx_hal_sd.c line 1554 :pCardInfo->CardCapacity  = ((pCardInfo->SD_csd.DeviceSize + 1)) * 512 * 1024;should be :pCardInfo->CardCapacity  = (uint64_t) ((pCardInfo->SD_csd.DeviceSize + 1)) * 512 * 1024;or...

yada2 by Associate II
  • 699 Views
  • 4 replies
  • 0 kudos