clignotement led
Bonjour apres la programmation du 32F303 la led bleu clignotte au rouge,la programmation est elle complete
Bonjour apres la programmation du 32F303 la led bleu clignotte au rouge,la programmation est elle complete
I am working on LoRa-E5 mini. And I am searching some document or any informative things so that I can transmit and receive the data using point to point communication. Any help would be greatly appreciated. Thank you
What should I do when stm32 applications do not see st-link and the message I always receive is: Failed to start GDB serverFailed to start GDB serverError in initializing ST-LINK device.Reason: (2) ST-LINK DLL error.No matter which stm32 board or cab...
Sorry if formatting is trash this is the first post on the forum. Our lab group is trying to get I2C connectivity to a external chip using an I2C. The problem that we are having is getting the clock up and running. We downloaded both the L4 and F4 pa...
What kind of throughput is achievable with USBX and CDC_ACM using the HS USB peripheral of the STM32U5A5ZJ? Im guessing its no where near the 480 Mbps. Any tips on getting this data out at the maximum rate and without dropping data?
Dear allI have configured three timers TIM2,TIM3 and TIM4 NVIC_SetPriority(TIM2_IRQn, 0x00);NVIC_EnableIRQ(TIM2_IRQn);NVIC_SetVector(TIM2_IRQn, (uint32_t)&TIM2_IRQ_Handler); NVIC_SetPriority(TIM3_IRQn, 0x00);NVIC_EnableIRQ(TIM3_IRQn);NVIC_SetVector(T...
Hi, @Erwan SZYMANSKI @KDJEM.1 @Andrew Neil @KDJEM.1 @mƎALLEm I am trying to establish SPI communication between my Nucleo-G431RB and STM32MP157F-DK2 boards. I am finding the documentation quite confusing. I attempted to use STM32CubeIDE, but it resul...
Hello, I have been trying various methods of installing the ST-Link USB drivers on my Windows 11 Laptop, with absolutely no success. Here is the output I see when I try to run the installation batch file from the stsw-link009 download:When I plug in ...
im using th nucleo-f446re board, and the st-link isn't there. Am i missing some jumper connection?
I'm using the nucleo-f446re board. I'm using the mcp2515, BTS7960, and nrf24l01 modules in this board, but I've been using the digital pins repeatedly due to my mistake. These boards and modules are intended to be used for data collection on the vehi...