STM32F446ZET6 : Are FMC_NCE3 and FMC_NE2 signals connected to only PG9?
STM32F446ZET6 FMC: Are FMC_NCE3 and FMC_NE2 signals connected to only one PIN PG9? Or that is documentation bag?
Ask questions, find answers, and share insights on STM32 products and their technical features.
STM32F446ZET6 FMC: Are FMC_NCE3 and FMC_NE2 signals connected to only one PIN PG9? Or that is documentation bag?
Posted on September 21, 2017 at 13:00 Hello, I'm trying to wake up from STOP mode using LPTIMer on STM32L LPTIM is clocked by LSE(32K) used as a simple upcounter, and I'm using both ARR and CMP Interrupts from LPTIM, so corresponding bits a...
Hi. I want to write a dummy file in sdcard. I am done with the code but I would like to know which of the flags I need to turn on and which header files I need to include in the firmware code to enable the sdcard mode of MCU on for Input Output opera...
Hi,how can I get the maximal data transfer rate for my UART TX and RX Pins communicating with other devices?
Hello, I have some TFT screens with SSD1963 (4.3 - 5 - 7 inch)I'm using them with stemwin and stm32f407 board. All is working but 4.3 and 5 inch become white screen after a while (time is random). 7inch is working perfect. Firstly I made FSMC setting...
Posted on April 05, 2018 at 12:22Hi,I'm trying make USB custom HID with stm32f302CB. I'm using Keil v5.23 and STM32CubeMX. The problem: PC just don't recognize the USB, when i running in debug mode i saw something strange. Just after calling HAL_PCD...
Hi everyone.I'm trying to setup TIM2_CH4 remapped as input capture, in order to detect rising edges on PB11.I'm working with HALs. And my code is next:First of all, for initialization: // APB2 (which is 64 MHz) at 8 MHz timer_cap_timhandle_.Inst...
Posted on March 26, 2018 at 20:32In CubeMX 4.25.0: Project -> Settings (or just Alt-P): shows Project and ToolchainFolder locations: But the project name get appended to these locations every time you enter the settings panel, so the co...
Hi all, I'm working on STM32L071CBTx. I'm trying to get external interrupt using GPIO pin in STOP MODE. I'm able to go to Stop Mode with RTC Enabled and also able to get the external Interrupt while in Stop Mode. But as per my requirement, I need a d...
Posted on June 19, 2018 at 14:13Hello everyone,I'm currently trying to get as accurate ADC values as possible from a STM32F072. I'm using the NUCLEO-F072RB and wanted to use the internal stored reference voltage value for calibration. But I'm alread...