Resolved! Need helping with some information about st estore
How much time st needs to process an order. Since I ordered a nucleo board at 24th April and it is still processing
Ask questions, find answers, and share insights on STM32 products and their technical features.
How much time st needs to process an order. Since I ordered a nucleo board at 24th April and it is still processing
I have some problems getting all the information out of the manual.Using HAL is no option.There are a lot of questions (Question are all refering to "Injected simultaneous mode") that cant be answered, or details that are confusing:- When in Injected...
Developing on an STM32H563ZI chip with Cube IDE and ST-Link V2. DEBUG is configured as JTAG with Trace Syncro (4 bits), which is 4-wire JTAG (JTMS, JTCK, JTDI, and JTDO). My project has allocated pin PB4(NJTRST) as a GPIO. If left unconfigured, de...
STM32CubeIDE Version: 1.15.1Chip : STM32F070CBT6HSE : 16MHzProblem : USB Not workingObservation : HSE Not starting and getting time out delay in "RCC_OscInitStruct" when using HSE and PLLCLK for sysclk ( with and without CSS). MCO output is 8Mhz if e...
Hi everybody, I would like create a smart watch with a STML031 and a driver for screen ST7567.I'm looking for the best way to make this watch in outline. Particularly regarding the precision obtained for 1Hz.I would like to get as much precision as p...
I'm working on a PSFB converter project and need to generate 4 PWM signals. Currently, I'm using TIM1 CH1 for complementary PWM with dead time inversion, and TIM1 CH2 as a master to trigger TIM8 CH1, also configured for complementary PWM with dead ti...
I'm trying to write a piece of code using STM32 Cube IDE but when trying to debug i get the following error and i really cant get rid of it.Thread #1 (Suspended : Signal : SIGTRAP:Trace/breakpoint trap) 0x1fffecec <signal handler called>() ...
Hello all,I'm using STM32L552 MCU and its I2C peripheral to control a board. I'm facing a phenomenal which I not quite sure how to handle that. I have a pretty old fan controller chip on the board which is kind of really slow. Not only it works with ...
What is the procedure to flush Tx and Rx FIFOs when using SPI DMA in STM32H563ZI?
Hi Team,Can I use 2 ADCs of same channel configured in same ADC PIN PA3 pin where ADC-1 is at 1KHz trigger timer in timer1 and ADC-2 at 2KHz trigger timer in timer3.