STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! why it does not enter the if statement?

I have a code made to check an if statement and then perform something. here is the if statementfor(int j=0;j<10;j++) { if(removed_Num==USERS[j]) { //do something} }USERS[j] is a 13 element array and removed_Num is also a 13 element array. I'v...

Ala by Senior
  • 1390 Views
  • 4 replies
  • 0 kudos

STM32F7 UART Communication Using DMA

UART Communication Using DMA Not WorkingI have Nucleo-F767ZI Rev B board and using the STM32CubeIDE Version: 1.1.0.To test and implement UAR-DMA communication as presented in:STM32CubeMX basics: 10.11 STM32Cube HAL labs UART - UART DMA https://www.yo...

ASoos.1 by Associate
  • 840 Views
  • 3 replies
  • 0 kudos

Two UART DMA transmissions in a row.

Hello,I am currently working on a project which requires the use of the transmission / reception of a UART by DMA. I would like to make two transmissions in a row like the following.void send_all_registers() { HAL_UART_Transmit_DMA(&huart2, (unsigne...

Resolved! Changing SPI Prescaler Value on Nucleo-L476RG

Hi,I am pretty new to programming STM32 MCUs and I have been having a hard time finding out how to change the SPI prescaler value on my Nucleo-L476RG board. I am trying to implement FatFS using SPI via an online tutorial and their method of changing ...

0693W000003Qrf1QAC.png 0693W000003Qrf6QAC.png
TNguy.18 by Associate II
  • 486 Views
  • 1 replies
  • 0 kudos

How to use RCC to reset a peripheral?

STM32G474RE: I need to reset the USART3 peripheral and I see the register RCC_APB1RSTR1.USART3RST. I assume this bit needs to be set, then cleared, after a delay. But there doesn't seem to be documentation. What is the correct procedure and how long ...

STM32H750 SPI/SDIO affects ADC noise

Hi,So I have two layer board. I have SDIO connected to SD Card and another SPI to LCD. My board uses DC-DC (Recom 3.3V) for digital power and LD1117-3.3V for analog power and both with common ground plane. No digital lines cross analog lines. Actuall...

Duddie by Associate II
  • 641 Views
  • 1 replies
  • 0 kudos