Dear communityI am trying to make a timer/counter reset it's counter value on a falling edge and then hold the value until a rising edge (see attached picture for illustration). I am at the moment working on a L152, but I might soon be working on a ...
Hello, I'm trying to use example code provided by X-CUBE-IAP-USART package to develop IAP FW for STM32L0xx device. I'm using STM32L073 Nucleo64 board for development.When I send compiled FW using TeraTerm's YMODEM protocol nothing happens. Only thing...
Posted on July 20, 2017 at 17:37Hello everyone,I'm trying to make this code works :/*♯♯-1- Link the micro SD disk I/O driver ♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯*/ if(FATFS_LinkDriver(&SD_Driver, SDPath) == 0) { /*♯♯-2- Register the file system ob...
Which Cortex processors cannot be read-out ?Which processors are truly secure ?
Hi,I'am traying to calibrate STM32F407VGT6.My code:void RTC_Calibration(int32_t CalValue){ if(CalValue <= 0){ //Board going forward CalValue=__fabs(CalValue); HAL_RTCEx_SetSmoothCalib(&HRTC,RTC_SMOOTHCALIB_PERIOD_32SEC, RTC_SMOOTHCALIB_PLUSP...
I'm running the above application taken from STM32Cube_FW_H7_V1.2.0 running on NUCLEO-H743ZI.The HTTP server work OK. I'm connecting to it and see its two web pages.But when I try to PING it from the PC I don't get any reply/response. Looking in wir...
Hello,MCU - STM32F746NGH.FreeRTOS.I'm trying to interface with 2 external single ended ADC (texas instruments ads8660 - http://www.ti.com/lit/ds/symlink/ads8860.pdf). The ADCs are connected via SPI2 and SPI3 respectively. The ADC can sample at a ...
I am building a download program based on STMFlashLoader source code.I downloaded it from this site.However, this program causes memory leaks.For Test, I have just modified the source code to run again after it succeeds, not shut down.However, each t...
Posted on March 25, 2013 at 18:25I've been working with the SDADC hardware on the stm32f37x. Using a sdadc clock of 6 MHz and software triggering 3 injected channels in single-ended zero-reference mode every millisecond. I've noticed that when app...