STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMonitor-UCPD cannot connect with GUI

Hello,I am following this guide, https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Getting_started_with_USB-Power_Delivery_Dual_Role#Clear_the_pinout, and am unable to get the device to appear in the board selection window of the UCPD monitoring soft...

NMartin by Associate III
  • 1346 Views
  • 4 replies
  • 0 kudos

pragma optimize=speed high with noops

I wanted to understand the behavior of software that I see.There is a macro that has a few no-opsThere is #pragma optimize=speed high in the codeIs my understanding correct that #pragma is enforced after preprocessor expands the macros?So I think bec...

coolname by Associate
  • 641 Views
  • 1 replies
  • 0 kudos

Liv4FTR IRNSS / NAVIC Firmware

Hi,In the datasheet --> https://www.mouser.com/datasheet/2/389/teseo_liv4f-3011072.pdf"IRNSS constellation ready"&"2.5 IRNSSThe Teseo-LIV4F is ready for IRNSS using a dedicated firmware." is mentionedFrom where can we get the IRNSS / NAVIC supporting...

mvk by Associate
  • 587 Views
  • 1 replies
  • 0 kudos

CubeMX USB CDC Problem

Posted on August 18, 2017 at 11:27i am working with STM32F446RE in a custom board and my Cube MX version is 4.22.0 and CubeF4 version is 1.16.0i want to send large data from USB HS in CDC class to PC.i don't change any cube parameters except Enable ...

Internal RTC resetting on shutdown mode

Hi, I have a device using an STM32U575 and I'm using the internal RTC to keep date and time, due to it being battery operated it goes into shutdown mode for most of it's operating time. The problem I'm having is that the RTC loses it's date and time ...

BKrug.1 by Associate II
  • 1932 Views
  • 8 replies
  • 2 kudos

How to make websocket server implementation?

Hello,I have project with h ttp server working but now I need to add Websocket protocol to display some data in a real time. I need to make WS server on my STM32. Unfortunately I didn't find any working example of WS protocol on STM32 implemented. Do...

GKot.2 by Associate
  • 619 Views
  • 1 replies
  • 0 kudos