STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to handle Variable length receive data via UART?

uint8_t rx_buffer[32], rx_flag, rx_index, rx_data, RxData[32];   void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { if (huart->Instance==USART1) { //if the data is not being received, clear the buffer if(rx_index ==0) { for (int i=0...

TMuka.1 by Associate II
  • 10217 Views
  • 15 replies
  • 3 kudos

STM32H745 FMC PSRAM 16-bit always sends 64-bit

Hello,I am trying to get the FMC to work in 16-bit synchronous mode but I only get an output with 4 clocks (64-bit) instead.In other threads [1], [2] I found that I should either switch the address from 0x60000000 to 0xC0000000 or enable the MPU, but...

fmc.PNG mpu.PNG Kurngop32_0-1701939633228.png
Kurngop32 by Associate III
  • 2061 Views
  • 8 replies
  • 0 kudos

CAN NETWORK

I would like to test an application with the can network, I found some applications on the internet using a blackpill or bluepill like in this website: https://www.micropeta.com/video115, but here I have an STM32F723IEK6 NUCLEO-G474RE and I tested th...

Resolved! SPICE Model for STM32L4 OpAmp ?

We need to perform some SPICE (LTSpice most likely) simulation of analog circuitry using the STM32L4 OpAmp (TQFP package not BGA).I can only find this IBIS model, which will not help me much for this analog case, and not the SPICE model, which would ...

ValereAq by Associate II
  • 560 Views
  • 2 replies
  • 1 kudos

Triggering the DAC DMA with HRTIM

Hello,I am trying to trigger the DAC1 DMA off of the HRTIM Master channel using the hrtim_dac_trg signals on an STM32G474, but I am not getting any output on my DAC pin. The timer does seem to be running (I can see MCNTR incrementing in the debugger)...

0693W000003BQESQA4.png 0693W000003BPvpQAG.png
SMile.1 by Associate
  • 2241 Views
  • 9 replies
  • 0 kudos