STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ['F446 documentation] SPDIF-Rx - sync_done

Posted on January 16, 2018 at 15:48In RM0390 rev.3, in Figure 347. SPDIFRX States, sync_done internal signal is mentioned (and nowhere else). Isn't it the same as SPDIFRX_SR.SYNCD, at least from the programmer's point of view? If so, please replace ...

TIM_BRK PWM shutdown

hi, im using stm32g474vet6 tim_bkin for pwm shutdown through external pin, when im normally using pwm only tim break interuppt is happening, pwm is shutting down but if im using same timer in triggermode for another timer and pwm generation, tim_brk ...

USB-PD default role initialize & change

Hi supporter,I have one question: I want to change Port Role when no cable connect, can I do it?my behavior:Init usbpd with default role is Sinkwhen my application running, I see my adapter plugin, I want change my port to sinkCan I do that?

H V N D by Associate III
  • 2154 Views
  • 6 replies
  • 0 kudos

HTTPS server over USB

I need to set up an HTTPS server over USB using the STM32U5A5 microcontroller.  I do not see an example of this configuration.  There are examples of HTTP servers for other microcontrollers using USB, but not HTTPS and not for the U5A5.  Is it possib...