Newcomer questions~VSCode Unable to write file ?
I want to add some new annotations to this stm32f429xx.h to help me understand, but VSCode tells me that I cannot "write to files", so what should I do to make vscode write successfully?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to add some new annotations to this stm32f429xx.h to help me understand, but VSCode tells me that I cannot "write to files", so what should I do to make vscode write successfully?
I am using STM32H7 General Purpose Timers TIM2, TIM3, TIM4, TIM5 and their respective external trigger ETR using combined RESET and TRIGGER modes and I am configuring and starting Channel4 for each to generate One-Pulse output . All the configuration...
I don't fully understand one thing with STM32L552 which has no SMPS: Does decreasing the VDD from 3.3V to say 1.8V reduce it's power consumption?All the measurements in datasheet and in AN5213 are done for operation ranges and in SMPS modes I see tha...
I am developping a driver for a QSPI memory mapped memory on STM32H753.In SPI mode it works fine.When I switch to "quad io" mode (ie. 4 data signals) I read corrupted data. Adding some delays between reads improve the results (but doesn't completely ...
Hello,I use STM32F091VC the from 4 year without problem, I have used more than 20000 STM32F091VC. Recently, I have several STM32F091VC who have a big problem of accuracy on the clock HSI. The error is about 30% ! For exemple, the STM32F091VC give abo...
I have a Cypress S25FL064 flash memory connected through QSPI interface to a STM32H753.The memory is booting in "single IO" mode (ie. classical SPI protocol with MISO/MOSI signals).In this mode I am able to erase, program and read the memory through ...
Hi everybody,I am using STM32G070KB and trying to generate a LIN break. But this seems to be only 10 bits long instead of the described 13 bits. If I am right the break should be about 680µs long at 19.2kBaud. But it is only about 520µs long which is...
All health!I tried to connect the display on ILI9341 to STM32G474VET6 using FMC. There were no problems with stones F1, F3, F4, F7. And with G4, an interesting plug is obtained - for each byte, a 0x00 byte is added. I read Eratu - there is nothing. I...