Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm layout a SDRAM to STM32F767. For convenience to layout the tracks, I want to rearrange the address and BAx lines as above. I've never done SDRAM with STM32, so I wonder if it will work well to do this?Thanks.
I have 3 USARTs working on my STM32G071 nucleo board. One is for communication with PC and transfering settings registers. Second one comunicate with GPS. And third one just resend everything received from GPS module, it enables me see in PC, what GP...
Hi, Im using STM32L07CB with 16Mhz HSI and perform deep sleep stop mode. My run mode current consumption is 2mA~2.5mA. During sleep, my current consumption goes 16uA. My question is how to achieve 1uA during sleep mode?? I have already implemented th...
CAN_FilterTypeDef sFilterConfig;CAN_TxHeaderTypeDef TxHeader;CAN_RxHeaderTypeDef RxHeader;uint8_t TxData[8];uint8_t RxData[8];uint32_t TxMailbox;/* USER CODE END PV *//* Private function prototypes ----------Ча�?тные функции прототипов---------------...
�? original source code : B-L475E-IOT01A.(STM32L475V)�? IDE Tool : uVision �? Symptom : When i set PA2 as output, Program go into HardFault_Handler() it can't reach while(1); Other ports are no problem. only PA2 has this problem.�? source code ...
Hello,I use STM32G031J6Mx pin4 as a output. But when I set this pin low, the mcu will be reset.Somebody know why?
I have ST452LE. Code for HAL from Cube MX.All working fine. The program hex is 50k.I am just adding another line to main.c#include "newfile.h" and have the newfile.c int he project.I am not calling any functions yet into the newfile.c.Upon flashing a...