STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

DMA transfer from DCMI to Flash or SD card?

Posted on January 24, 2018 at 19:50Hi My micro (STM32F765VI) has 512KB of SRAM. I have an OV7725 image sensor connected to it. I am right now performing a DMA transfer of RGB565 in 320x240 format from the image sensor to SRAM. This takes up 320x240x...

Resolved! What microprocessors are Space Proof ?

Posted on January 31, 2018 at 07:26I am looking to use a microprocessor for space applications. I have looked to STM32F207xx family with the ARM 32-bit Cortex-M3 core and it has an appropriate operating temperature. Can you provide me with any docum...

Cannot run CubeMX as normal user on Win10

Posted on February 02, 2018 at 00:39I've reinstalled latest version of CubeMx on Win10 1709. Now it can run only as administrator but not as a normal user.When run as normal user it flashes a popup message, something like 'check for updates' , and d...

Pavel A. by Evangelist III
  • 308 Views
  • 1 replies
  • 0 kudos

stm32 , 115200 uart and missing data

Posted on January 30, 2018 at 12:30Hi, I have an uart at 115300 baud rate and I miss data.I have implemented the rx callback where I grab one byte at time.How can I grab more than one byte till the end of the receive?HAL_UART_Receive_DMA(&huart1, (u...

How to change the uart baudrate dinamically

Posted on January 30, 2018 at 21:53Hi. I need to change the uart baudrate dinamically.I have tryied this but sems to not work. Have you got an example to show?    serial->Init.BaudRate= BaudRate;    serial->Init.WordLength = UART_WORDLENGTH_8B;    s...

Resolved! Get PWM output state for interrupt purposes STM32F215

Posted on February 01, 2018 at 09:37 Hi, I'm working on STM32F215 and I generate a PWM output on TIM1. This signal is going to an other device. For synchronization purposes on this signal, I would like to get the rising and falling edge of it. ...

Zarck.zek by Associate II
  • 1689 Views
  • 13 replies
  • 0 kudos