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

Software compatibility between STM32L1 and STM32F2

Posted on October 06, 2015 at 16:20Hi, I have software written for a STM32L151 and now want to port it to a STM32F20x. Does anybody know if these are software compatible concerning the registers, the register bits and their function and other stuff....

mmensch by Associate II
  • 430 Views
  • 2 replies
  • 0 kudos

UART Receive

Posted on October 03, 2015 at 10:31HiI am using STM32F746NG - MCU. I am using UART communication in DMA mode.I would like to know how I can receive a data and store it in a buffer ?I would like to see the data I am receiving.I am very new to this pr...

Nandy K by Associate II
  • 1010 Views
  • 9 replies
  • 0 kudos

switch from STM32f4 to stm32f7

Posted on October 06, 2015 at 15:13Hello All We have stm32f4 in a product running 168MHZ now switching to stm32f7 running At 168 MHz, the STM32F405/415 deliver 210 DMIPS/566 CoreMark performance executing from Flash memory, for stm32f7 ; At 216 M...

Stm32101t8U6 rtc no Vbat pin...

Posted on October 05, 2015 at 19:52How to be a STM32F101T8U6that does not have VBAT pin, if the VBAT pin by VDD, then how to read the time after SHUTDOWN MODE the STM32F101T8U6. #rtc #rtc

den2life by Associate II
  • 588 Views
  • 3 replies
  • 0 kudos

STM32F0 RX interrupt not working

Posted on October 06, 2015 at 08:52I have an STM32F0 which is receiving and transmitting serial data. When I send the data another board responds. If I poll RXNE looking for the data and store it in an array like this everything works: //while ((USA...

tracy by Associate II
  • 914 Views
  • 4 replies
  • 0 kudos

SPI with circular DMA and CRC not possible?

Posted on October 05, 2015 at 09:46I need to receive a lot of SPI data on a STM32F4. To handle this, I use a DMA buffer in circular mode. Also, I need to use the CRC feature. How ever this seems not to be possible with the HAL according to this note...

caco3 by Associate II
  • 965 Views
  • 4 replies
  • 0 kudos

HAL FreeRTOS change time base

Posted on October 06, 2015 at 11:28Hello there,I am using HAL library with FreeRTOS middleware. The minimum delay I can use for the osDelay() function seems to be 1 ms. I would like to turn on task periodically every 10 or 100 ns. Is that even possi...

TJpgDec + DMA2D

Posted on October 06, 2015 at 12:58 Hi. I'm trying to combine TJpgDec and DMA2D. However, the display shows white square. UINT output_func(JDEC *jd, void *bitmap, JRECT *rect){ static DMA2D_HandleTypeDef hdma2d_eval; WORD h =...

Send ADC measurement to PC through USART

Posted on October 05, 2015 at 19:42Hello,my name is Carlo. I'm a student new to STM32 and MCUs in general.What I'm trying to do is to send a 16-bit ADC value through USART to PC, using stm32f0. I found some troubles doing this since USART takes one ...