STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Project feasible (DMA-I2S-SPI-SDIO)?

Hi,I was wondering if I can get some feedback on the following project, mainly if the requirements I have are feasible?I was thinking on using an STM32F4 or STM32F7. The project consist of the following parts:An external DAC that is controlled throug...

User10 by Associate II
  • 1429 Views
  • 4 replies
  • 2 kudos

Resolved! STM32L412RB

we're using STM32L412RB microcontroller and it has 2*12 bit ADC and our project requires 8 bit resolution, in this controller can we configure the resolution from 12 to 8 bits?

HTTPS client using STM32F429ZI

Hi,I am attempting to implement HTTPS on STM32 using CubeIDE, but it seems that there are no libraries available for this purpose. Is it possible to achieve this on STM32 using wolfSSL or any other alternative?This is for study purposes; therefore, i...

sonysev by Associate
  • 2609 Views
  • 4 replies
  • 1 kudos

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
  • 1574 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
  • 945 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
  • 750 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 ...