Resolved! External memories and FMC
Hello,in order to use external memories, is it mandatory to use the FMC?Thank you
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,in order to use external memories, is it mandatory to use the FMC?Thank you
I am working on a board containing two STM32F412, and I am having a hard time reaching the DFU bootloader:If I power off the board, pull the boot pin low, and then power on the board directly via USB, then cubeProgrammer is able to connect to the boo...
I'm trying to use the 64pin STM32F722 part for the first time this time.I need EVM schematic and User's manual for reference circuit.But I can't find the document.Please tell me how I can get the documents.(I could find the reference schematic for th...
Hello.I am using STM32C031.I have set up two projects to be one .bin file based on the attached document.This time I want to output a .bin file for the boot program (addresses: 0x08000000~0x08003FFF) and the application program (addresses: 0x08004000...
STM32F038F6P6 - Does the mentioned microcontroller have any certifications, particularly UL certification, which is not explicitly listed on its datasheet or its website?If there are any, please mention.
Hello, It appears that it's the first time for me to deal with a uC (here ST32C011F6U6TR) which has a common input for VDD (general votlage power supply) and VDDA (analog voltage power supply). The project I am working on has a very sensitive analog ...
Is it possible to input 7S into a B-G431B-ESC1 EVM with a voltage specification that says up to 6S?If not, if I replace some parts with a high rated voltage as below, can I input 7S into EVM? 1. Power Section, TVS diode, SMM4F26A (D20) -> SMM4F33A 2....
Hi,i have a micros() function, that i adapted from arduino library. It worked flawlessly so far, but i have made a discovery, that micros() did not work properly at one time. micros() returned a time, that had 772us less, than it should have returned...
Hi,I configured the STM32U5G9VJT6Q but it looks like that, because I am using the SDMMC2 then the SWO pin is not available. Are there any practical workaround?One obvious one is to disable SDMMC while using SWO. Any other ones?Thank you
Question about the SPI communication clockIs it possible to output the SPI clock all the time, not just when reading and writing data?