Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
I am currently trying to use a stm32F767ZI to find the phase difference between a sound wave using three microphones. My plan is to use the three ADCs withDMA in simultanously mode to achieve high enough sampling time. My question is how to find the ...
I use Cube MX to configure pins and peripherals.I think that is board issue but I can't find the reason.Thanks
Posted on October 15, 2014 at 09:49hi every body , i decided to use nuttx for my rtos. now i have a problem to understand it, i cannot build it , and i don't know how to use it in an IDE like eclipse . have any body used this rtos ??thanks