STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is it important to not exceeded the capacitance of 2.2 µF for the internal regulator of an STM32F722xx MCU?

On page 109/230 of the STM32F722xx datasheet (I use the STM32F723VE) it says that the capacitance of the external capacitor that is stabilizing the internal main voltage regulator should be 2.2 µF. We use 0603 capacitors (metric; so 0201 imperial) wh...

BGilm.1 by Associate
  • 863 Views
  • 2 replies
  • 1 kudos

Resolved! How to renegotiate the existing contract?

UM2552 has a paragraph 4.2.2: Send request messageA SINK must send a request message to ask for a new power level, the rest of the sequence is identical to AMS power negotiation. How and what should I do to start the process of renegotiation? How to ...

BMcK by Associate III
  • 1278 Views
  • 4 replies
  • 0 kudos

bootloader for stm32G031k8t6

hello,I try to write a bootloader function fo the STM32g03 MCUthis is the code:void JumpToBootLoader(void){ UART_HandleTypeDef huart2;// System boot function pointer:void (*StartBootLoader)(void);// System address for the F76xxx family (see ST AN2606...

Yben .1 by Associate II
  • 1113 Views
  • 6 replies
  • 0 kudos

Resolved! Does USART has to be RS232 to use system bootloader

Hi, I'm designing a board in which the communication between STM32 and the host is UART over LVDS. So RS232 transceiver is not used in the design. And we want to upgrade STM32 firmware remotely through the UART LVDS interface by the host. But accordi...

Jasmine by Associate II
  • 1514 Views
  • 7 replies
  • 0 kudos

32F417: Is TIM2 used with Ethernet at all?

The data sheet makes brief references to ethernet precision time protocol and a time stamp comparator using timer TIM2.PTP is not implemented in my project (unless it is deep down in the code; I didn't write it, but googling suggests the 32F4 is way ...

PHolt.1 by Senior III
  • 712 Views
  • 6 replies
  • 0 kudos

Azure RTOS - Task does not resume after sleep

Hello, I have tried this (How to create a Thread using AzureRTOS and STM32CubeIDE?) example with a Nucleo-F446RE board. Of course I have chosen the AZRTOS-F4 instead of the AZRTOS-H7 in the example. So line HAL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);...

KR51K by Associate III
  • 1504 Views
  • 5 replies
  • 1 kudos