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

STM32F429 Cortex M4 MPU Crash Freertos

Posted on April 10, 2018 at 10:27Hi,We have been trying to use ARM_CM4F_MPU port in one of our application. Freertos version is 10.0.0.An unprivileged task always Mem Faults when trying to use a kernel API though mpu_wrappers is elevating the privil...

Mit N by Associate
  • 194 Views
  • 0 replies
  • 0 kudos

Fatfs f_close causes idle hook

Posted on April 09, 2018 at 08:38Hello everyone I use stm32f746 discovery board. I implemented emwin,Free rtos and Fatfs for the SDcard(using SDIO interface). In my application after pressing a button, a value(as a string) is saved in the SDcard....

Resolved! Debug stuck in LL_RCC_PLL_IsReady

Posted on April 09, 2018 at 16:58 Hello, I have a Nucleo-L476RG and I am trying to debug using openocd. I am able to reach main() function, but when it calls SystemClock_Config() get stuck in:while(LL_RCC_PLL_IsReady() != 1) The firmware...

Resolved! STM32H743 Nucleo DMA transfer error

Posted on April 07, 2018 at 15:15Hi all,To start with:Board: STM32H743ZI NucleoIDE: Attolic TrueSTUDIO for STM32 9.0.0HAL version: STM32Cube_FW_H7_V1.2.0I'm trying to trigger a DMA transfer on DMA1_Stream7 using TIMER 3 CC3.  I want to trigger a tra...

0690X0000060AH8QAM.png

my computer show did not recognize stm32 ....

Posted on April 09, 2018 at 18:06Hi, i facing a problem. When i connect stm32 with USB cable to my computer, my computer show did not recognize this devices. Although i already install the  STM32 Virtual COM port driver and follow the instruction.

Tan Wen by Associate
  • 229 Views
  • 1 replies
  • 0 kudos

f_print vs F_write in FatFs

Posted on April 06, 2018 at 07:04I am working with F746G-Discovery board running the project application FatFs_uSD built in the repository.  The application runs using the code as is which writes the data to the uSD with the f_write function.  There...

Resolved! SDIO_STA_STBITERR & SDIO_STA_STBITER

Posted on April 09, 2018 at 17:01Dear ST team,from STM32Cube F4 V1.21.0in the stm32f4xxhal_sd.c there are some#ifdef SDIO_STA_STBITER    __HAL_SD_ENABLE_IT(hsd, (SDIO_IT_DCRCFAIL | SDIO_IT_DTIMEOUT | SDIO_IT_TXUNDERR | SDIO_IT_STBITERR));    #else /...

Input capture timer configuration

Posted on April 06, 2018 at 13:00Hi friends,What are the steps to configure input capture timer?how we give correct prescaler and period values for that? Have any demo video for that?SunilCalixto Systems

STM32F412 UART Boot no response ...

Posted on April 06, 2018 at 17:10Hi There,I am going a bit crazy about this. I have a custom board with STM32412 on it. I have connected TX and RX to PA9 and PA10, I ensure that Boot0 == 1 and PB2 (boot1) == 0 (just in case). As per  AN2606.And the ...

Labels