Using 2 FMC devices at the same time from different threads
Hello,As I understand FMC bus uses CS when with other device.Does it mean that we can use more than one device at the same time from different threads ?Thank you,Ran
Hello,As I understand FMC bus uses CS when with other device.Does it mean that we can use more than one device at the same time from different threads ?Thank you,Ran
Hello Folks!So far, I've been able to utilize the FSMC/FMC peripheral in many different scenarios, including interfacing LCDs in 8080 mode, legacy ASICs, SDRAMs, etc. I'm now working on a project that involves M29EW Parallel NOR Flash (1GB single-die...
JW
We are using the STM32f413 with the DFSDM unit for converting the PDM stream generated from the external ADC. The clock is generated externally. We are using the OSR of 512 and sinc3 filter with an integration time of 8, a regular channel with contin...
I am currently bringing up a board with an STM32F412ZG.We are using the I2C2 peripheral on PF0 and PF1 and not having much luck.We can drive I2C1 and I2C3 without issue, but when trying to use I2C2 the busy flag remains asserted - even after forcing ...
i think if use master and slave timer can solve this problem but i dont know required configuration in simulink
Here is the content of stm32h743xx_flash.icf:define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;define symbol __ICFEDIT_region_ROM_end__ = 0x081FFFFF;define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;define symbol __ICFEDIT_region_R...
Hi,On my target board I have implemented 14 pin JTAG interface as in STDC14 CN1 connector. Can I use ST-LINK/V2 debugger to flash and debug the controller..?The controller part is STM32F750V8. Please help with this.Thanks,Dhara
My codes are stored on bank2 and I am trying write some manufature data into BANK2 (sector 14) of internal flash.Howerver it always fail in erase stage dut to the flag of PGSERR is raised.If I change to write data to bank1 (sector7) this symptom not ...