STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Arm assembler - branch by a programmable amount

I want to manipulate the program counter in an assembler function by branching down a list of instructions by a programmable amount.syntax unified .global myasm myasm: PUSH {R0,R1,r2,r4,R5} ADD R15,#4    is rejected by the assembler.syntax unified ...

PMath.4 by Senior III
  • 1594 Views
  • 12 replies
  • 0 kudos

Is the DMA overstrained? DMA & InputCapture Issues

Hi everyone, my setting looks like this:CPU CLK: 480MHzAHB CLK should be 240MHz (I'm not 100% sure)Timer CLK 120MHzInputCapture Channel: 4 (2 direct, 2 indirect)I generate 8 short pulses each about 30ns. I use 4 InputCaptures to read those pulses. 2 ...

Programming STM32L4 MCU's internal flash memory with sensor coefficients while keeping the firmware memory section intact

Hello,This is the first time I am using the STM32 MCU.I would like to know how can I re-flash a certain section of the internal flash memory (eg 1000h ~ 1200h) with NEW sensor coefficients while keeping the already flashed MCU firmware intact.Can I u...

GDarr by Associate II
  • 1809 Views
  • 7 replies
  • 0 kudos

Selecting a STM32 MCU

Hi Thank you for having me here! I come from the AVR-Mega community and wondering about selecting a STM32 MCU. I needed more time to process between my input capture and USART and HDLC processing. Which MCU have 4 timers and input/output capture avai...

Donnie B by Associate II
  • 1490 Views
  • 7 replies
  • 0 kudos

STM32f105 double CAN receiv problem

on stm32f105 launched CAN. With the transfer of messages, there were no questions, but there were questions about receiving messages from two CAN.the code is responsible for processing the messagevoid HAL_CAN_RxFifo0MsgPendingCallback(CAN_HandleTypeD...

AFoki by Associate
  • 577 Views
  • 2 replies
  • 0 kudos

STM32L475 Setting the RTC to 24 hour mode

I am using a STM32L475 and plan to also use an STM32L451 processor, I am having trouble setting the RTC so that its in 24 hour mode. According to the datasheet setting a 0 to bit 22 of RTC_TR should set it into 24 hour mode but this does not seem to ...

PHedl by Associate
  • 622 Views
  • 1 replies
  • 0 kudos

The procss of using SPI slave with dma

Hi I am fairly new to SPI slave with dma on a microcontroller, I am wondering in firmware what is the process of implementing it? I have set spi1 up as spi slave and assign dma streams to it in the cubeide, but now that it is set up, how is the data ...

This is Horrible experance! It's taken me an hour just to get this far. I can't find anyone to call on this question. The number they have for support is out of service, and any atempt to find a number to call just sends back to the number.

If anyone has a working support number would be a big help.  My Question is on the STM32F411 the data sheets state many of the lines are FT 5 volt t​olerant, other team members don't believe this and want to use level shifters, they believe as many l...

MPoll.961 by Associate II
  • 1378 Views
  • 8 replies
  • 0 kudos

mbedtls handshake failed 0x7780

Hey,I tried the SSL_Client mbedtls example program for the STM32f7 and I get following error:Handshake failed 0x7780Im trying to connect to a cloudflare server via https. Any ideas what the problem could be?thanks in advance

Anon767 by Associate II
  • 916 Views
  • 1 replies
  • 0 kudos