Forum Posts
STM32L072CxY6 counterfeit?
Hi,I am using STM32L072CBY6/STM32L072CZY6 in one of the designs and due to non availability of stock with reputed dealers, we got couple of sample batches from lesser known distributors. Strangely all the boards that we assembled using these stock tu...
STM32F401RE not detecting
i am using nucleo board stm32f401re today i interfaced obstacle avoidance sensor with this nucleo board after few seconds the board not responding it showing as not detected i tried to to update the firmware the folder contains fail text file with SW...
How can I get software X-CUBE-PARAL-COM?
Hello! I'm trying to download software X-CUBE-PARAL-COM, but there is note "Not available for download" on the website. Could you help me?
STM32L4 and SPI problems
Hello,I'm trying to connect my nucleo stm32L496zg with an external ASD (ADS1259) through SPI interface using DMA. So I connected MISO MOSI SCK and a pin used as interrupt for the End of conversion.If I use SPI1 no problem, I can see continuously the ...
Resolved! Using STM32L4R5ZI-P without external SMPS, connection to VDD12 pins?
For a project, I could grab a few STM32L4R5ZI-P µC and am not sure what to connect to the 2 SMPS VDD12 pins when I do not want to provide external voltage but use the integrated LDO.The datasheet is not quite clear on this scenario.I have no augmente...
Using STM32L496VGY problems debugging easy project
Hello all,In a custom board I wrote a very simple code using stm32cube.When I start debugging it shows this message"Break at address "0x1fff1d66" with no debug information available, or outside of program code."After that I see the cursor in main at ...
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?
Resolved! General Purpose Timers: what are the options for One-Pulse slave mode trigger?
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...