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

Resolved! Cordic not available STM32H7 dual core

Dear ST expert,   We want to upgrade from STM32G4 to STM32H7 dual core.       - Can you please suggest how to use CORDIC in STM32H745 series? If not then what is the best way to calculate sine and cosine of float values?         - Please suggest any ...

jiten000 by Associate
  • 110 Views
  • 1 replies
  • 0 kudos

Resolved! ADC - DMA - Memory takes too long to complete

I started a new STM32G0B1 project based on the example project, ADC_MultiChannelSingleConversion, and added FreeRTOS. The default task makes the same HAL_ADCEx_Calibration_Start and HAL_ADC_Start_DMA ffunctino calls as the example, starts a periodic ...

H7 CAN hot-plug problem

void HAL_FDCAN_TxBufferCompleteCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t BufferIndexes) { extern FDCAN_HandleTypeDef hfdcan1; if(hfdcan == &hfdcan1) { // printf("tx cplt = %d\n",BufferIndexes); can_tx_cplt = 1; } } void HAL_FDCAN_ErrorC...

9527_0-1751512654474.png

i2c slave not printing the received data

hii, i am using stm32 nucleo g0-b1re i am trying to receive data in interrupt mode, but cant figure out what is wrong, i am new to stm32 i2c protocol.i have used master as nucleo-h743zi2 and transmitting data, but it is not showing anything on minico...

Rohit007 by Associate III
  • 2151 Views
  • 7 replies
  • 2 kudos

Resolved! STM Nucleo L552ZE_Q LPUART configuration

I am trying to configure the LPUART on my board, but appear to be getting nowhere. I've already configured the PLL to run at 110 MHz, and I changed the appropriate registers (`SW`) to use PLL as the system clock. I've tried flashing the board with Ze...

krook by Associate II
  • 320 Views
  • 5 replies
  • 0 kudos

Resolved! jlink fails to connect to stm32n6

Hey All,I hope you can help me. I'm trying to bring up my new board, which contains a STM32N657IO. Attached are the schematics. You can assume the 5V supply is working(it is after a few bodge wires). My problem is as follows. I'm trying to connect to...

robojan_0-1751191134229.png
robojan by Associate
  • 271 Views
  • 2 replies
  • 1 kudos

USB EMI Filter - USBUF01W6

Hello Friends,I am Using STM32F303 MCU for my FULL Speed USB  communication board. Used interrupt transfer.Board is going to use in Noisy Industrial environment.So , Planned to use Shielded USB cable with EMI Chokes ( Both Side ).Cable Length is 1.8 ...

bsuthar by Associate II
  • 312 Views
  • 7 replies
  • 0 kudos

Resolved! Unexpected results with iterative use of STM32H5 CRC unit

Hi,I am trying to use the STM32H5 CRC unit via HAL to calculate a CRC32 (ISO-HDLC) over multiple chunks.This works correctly via:hcrc.Instance = CRC; hcrc.Init.DefaultPolynomialUse = DEFAULT_POLYNOMIAL_ENABLE; hcrc.Init.DefaultInitValueUse = DEFAULT_...

MFuch.3 by Associate II
  • 262 Views
  • 6 replies
  • 3 kudos