STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am working on NUCLEO-F103RB (target STM32F103RB) with Keil uVision5. What I want to do is to trigger ADC1 injected group with TIM2 CC1 event every 10 microseconds, but it not work. Could anyone help me ?

I have written ADC1_2_ IRQ Handler ISR and TIM2_IRQHandler. TIM2_IRQHandler is executed but ADC1_2_IRQHandler it is not executed.I have also tried to trigger ADC1 injected group with JSWSTAR event and it works fine (ADC1_2_IRQHandler is executed).The...

Silvano by Associate II
  • 493 Views
  • 0 replies
  • 0 kudos

STM32L476 HAL_QSPI_Receive_DMA() hangs intermittently.

While doing heavy activity with a NAND flash, the code is generally working, but occasionally I get hung up waiting for an operation to finish. I trapped it on the logic analyzer several times, and it's never at the same time. In every instance the ...

0690X00000Bvi37QAB.png 0690X00000Bvi2TQAR.png 0690X00000Bvi3RQAR.png
MMitc by Associate II
  • 2040 Views
  • 8 replies
  • 0 kudos

I am trying to send 20486 bytes of data through UART at 2 Mbps. However, I am not able to send full data at this baud rate. Baudrate of 115200 works fine for sending this data however at 2000000 baudrate, it is sending only partial data?

Below is the code for sending data at 2 Mbps baudrate. #include "stm32f4xx.h" #include "stm32f4xx_hal.h" #include "stm32f446xx.h" #include "stm32f4xx_hal_cortex.h" #include "stm32f4xx_hal_tim.h" #include "main.h" #include <string.h> #include <stdint....

AIsla.1 by Associate II
  • 2226 Views
  • 10 replies
  • 0 kudos

Nucleo-F103RB and Adafruit C1188 SPI doesn't work

Hi,I have small problem with connecting external sensor to my F103RB NUCLEO board. Im trying to connect Adafruit CAP1188 module through SPI normal mode. I send example messages and dont seem to get the right answer(I get 0). I just want to check if e...

MPasz.2 by Associate
  • 687 Views
  • 2 replies
  • 0 kudos

Working with WIFI module.

I work with WIFI module on B-L475E-IOT01A. I want to configure the module as a server and to connect to it with a client (say a phone).Looking at an exampleint wifi_server(void) { bool StopServer = false;   LOG(("\nRunning HTML Server test\n")); ...

when trying to connect with the serial port this is the message I got and the uart connection is completely lost and is there any possibility to reestablish the connection?

11:17:48:304 : Serial Port COM8 is successfully opened.11:17:48:304 : Port configuration: parity = even, baudrate = 9600, data-bit = 8, stop-bit = 1.0, flow-control = off11:17:48:304 : No Init bits value is : 0 11:17:48:304 : Sending init command: 11...

Nmv1608 by Associate II
  • 847 Views
  • 4 replies
  • 0 kudos