STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SWD program/debug on custom board

Hello everyoneI'll receive soon a custom board based on an STM32 microcontroller (still not sure about the specific part number) and I'll have to flash FW updates on it. A few questions about it:1) There's a 4 pin header connector on the board (VCC, ...

STM32F4 bricks sometimes

I’m trying to create a CMake build for an STM32F4. Everytime I flash the CMake build the device gets bricked. When I do a full chip erase and flash again with a working binary, it still doesn’t work. Note that this second binary was working before bu...

BladeR by Associate
  • 375 Views
  • 1 replies
  • 1 kudos

Resolved! STM32H7 HAL usart with and without interrupt

Using an STM32H723 I started with a non interrupt USART connection onto a wifi module.I set up the connection on UART3 implementing nothing more than that and using these instructions  int len = sprintf(tx_buff,"AT+GMR\r\n");HAL_UART_Transmit(&huart3...

MDeac.1 by Associate III
  • 1459 Views
  • 8 replies
  • 2 kudos

Resolved! Do all FPU operations proceed in a single SYSCLK tick?

This should be simple, but I can't find documentation.   I am running an STM32L4P5 at max clock speed (120 MHz), and I have moved all code to SRAM so it is running with zero wait states.    I have an extensive calculation to do using the FPU -- I am ...

JCase.1 by Associate III
  • 1829 Views
  • 6 replies
  • 3 kudos

STM32H755 I2c BDMA BUSY ON SECOND CALL

I am having issues with BDMA on consecutive transfers, the DMA handle is always in the busy state on the second call. I call this from my application and first transfer works as expected, goes into ISR void HAL_I2C_MemRxCpltCallback(I2C_HandleTypeDef...

kip18 by Associate II
  • 234 Views
  • 0 replies
  • 0 kudos

ADC Sampling Does not look correct NUCLEO-G474RE

My system clock is 170 MHz, and my ADC1 clock is asynchronous with a prescaler of 4. This would mean my ADC1 frequency is 42.5 MHz. I have the ADC being triggered by a timer that is fed off the system clock and triggers every 1 millisecond.ADC config...

tomm5771 by Associate III
  • 282 Views
  • 0 replies
  • 0 kudos

Resolved! Where is ETH_PHY_INTN

In the reference Manual of STMH730, on Table 543, page 2825, there's a Port "ETH_PHY_INTN" listed. Where ist that port? Or where can I configure the GPIO to use for it? I cannot find anything in the datasheet.

SPI MX config buggy?

Hi, i try migrate some old stdlib app into HAL or LL over new project in MX. On old system we have SPI init part for TX only master /* SPI configuration -------------------------------------------------------*/ SPI_I2S_DeInit(SPIx); SPI_InitStruc...

MM1_0-1713285234593.png
MM..1 by Chief III
  • 489 Views
  • 1 replies
  • 0 kudos