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

STM32F4 + OV9655

Posted on October 03, 2017 at 20:25Hello, fellow developersI am using STM32F4 Discovery board with OV9655 camera module. I use the sample codes given and everything works all right. Right now, I am going to tune the qualities of the camera images, s...

Eric Lin by Associate II
  • 395 Views
  • 2 replies
  • 0 kudos

STM32F407 change to 25MHz usart3 baud rate problem

Posted on October 05, 2017 at 15:38Hi all,I am using STM32F407VET6 with 25MHz crystal by STM32Cube_FW_F4_V1.16. I have changed HSE_VALUE to 25000000 in system_stm32f4xx.c and RCC_OscInitStruct.PLL.PLLM = 25 in SystemClock_Config main.c, but I found ...

0690X00000608HKQAY.png 0690X0000060488QAA.jpg

Why does HAL_UART_Receive keep crashing?

Posted on September 26, 2017 at 13:32Hi. Can someone please help me see where I am going wrong? The program will transmit the UART message but crashes when it gets to the 'HAL_UART_Receive' function. I am using the STM32F746 Discovery Board.UART_Han...

A question about UART interrupt

Posted on April 18, 2017 at 14:45In order to configure UART interrupt receive, I put HAL_UART_Receive_IT function in HAL_UART_RxCpltCallback.but it doesnt work. below is my callback code.void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){ uint8...

DMA questions

Posted on October 07, 2017 at 14:12Hi,I'm learning about stm32 MCU handling. stm32f0-discovery platform with stm32f072rb MCU.I have a questions about DMA.1. How to modify transfer direction? I try to modify DIR bit in CCMR1, but setting is rejected....

STM32 Writing to a Text File

Posted on October 03, 2017 at 20:40Hi,I am trying to write data to a text. The code is shown below. I am using STM32L152D board with Keil V5.When I exceute the code, nothing works at all.#include <stdio.h>main(){FILE *fp;fp = fopen('/tmp/test.txt', ...

ST-Link Utility ''Run Application'' from CLI?

Posted on October 04, 2017 at 19:31Our application (SensorTile L476) works well when programmed and run from our SWD programmer (Nucleo 476).  However, once untethered from SWD, if we disconnect and reconnect the battery, the CPU stays in Reset and ...

Labels