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! Previously had configure two channel of timer for PWM generation and successfully generated two different Duty cycles by controlling CCR1 and CCR2 register. But I didn't get much resolution as I needed in my Application.

So I planned to Control PWM by using PULSE register. so I wrote one function which will modify the Dutycycle by using PULSE register. But on both channel I get the same duty cycle. I want to generate two different duty cycle with high resolution ho...

Vicky by Associate II
  • 1454 Views
  • 5 replies
  • 0 kudos

Resolved! How to inverse gpio read pin?

i am reading GPIO PIN using bool X[n]; X[1] = (GPIOA->IDR >> 1)&1;X[2] = (GPIOA->IDR >> 4)&1;now i want to inverse reading bit because of pull up i am getting inverse output in X[n].exampleX[1] = (GPIOA->IDR >> 1)&1; gives 1 but i want 0How can i ...

Replace STM32 firmware from application code

I have an STM32F429 custom board that when in product only supports CAN bus.I need to be able to upgrade firmware while in product over CAN bus. I know the bootloader supports this but sadly our custom board has been designed to use different CAN bus...

MikeH2112 by Associate II
  • 1977 Views
  • 4 replies
  • 0 kudos

Resolved! What frame buffer is used on the STM32H735IG Discovery?

Hi!Forgive me if this is a simple question:This board comes with two OctoSPI:s of 512Mb and 128 Mb respectively, the latter is using HyperBus. Is the default config. setup using any of these memories as the display's frame buffer or is the internal R...

STM32L462RE - SPI slave duplicated first word

 Hi,I am porting a project from STM32F103RE to STM32L462RE.I have an issue with the SPI slave.My problem is that in the data I send back to the master always has the first word duplicated.I found out that more people have a similar issue:https://comm...

0693W00000Lw89GQAR.png 0693W00000Lw8ATQAZ.png
MRosc.1 by Associate II
  • 1082 Views
  • 4 replies
  • 1 kudos

STM32L562QEI6 does not start up at power on

Hi All, I have a start up problem with the STM32L562QEI6.While using the STM32CubeIDE debugger, the code runs fine but without the ST-LINK/V2 connected, the board remains "dead" after applying the power supply.When I manually pull the nRST pin down b...

jeroen by Associate III
  • 2880 Views
  • 13 replies
  • 0 kudos

Resolved! How to start PWM without using HAL

I have initialise the code in Low layer(No HAL).So now i have config the timer channel as PWM generation output and set clock, ARR,duty cycle as per the requirement. Earlier when I was using HAL, after initialising i can just wrote HAL_TIM_PWM_Start ...

SKUND.11 by Associate III
  • 4636 Views
  • 4 replies
  • 0 kudos

What is wrong with the interrupt processing

Hi,I migrated a firmware initially written for a STM32F303 to a STM32G474.The firmware runs perfectly on the STM32F303.It also runs on the STM32G474. But after a moment the program get stuck and the FDCAN in Classic Mode runs out and the FIFO gets ov...

MAmem.1 by Associate III
  • 721 Views
  • 3 replies
  • 0 kudos