STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F767 JPEG

HelloI'm just diving in to ST tools and MCU's.I'm working to evaluate the jpeg encode function of subject chip on the Nucleo-144 board as a CubeMX project.I'm unable to find a project directly for this configuration but have been trying to follow the...

Rshaw.1 by Associate II
  • 497 Views
  • 0 replies
  • 0 kudos

STM32WB55 Outputting a 40Mhz clock out signal

I have an IC on a board I'm designing that needs a 40Mhz clock in signal. Due to a variety of design and regulatory requirements, I would like to avoid having an external oscillator and instead use the clock out signal of the STM32WB55 on the board. ...

kullum by Associate II
  • 1392 Views
  • 5 replies
  • 0 kudos

stm32f103vgt6 flash issue

I am currently using the STM32F103VGT6 MCU controller, which has an internal flash 1MB divided into two banks, each with a size of 512KB. I have written a code that is 600KB in size. After writing to the entirety of Bank 1, I attempted to write to Ba...

madhavi U by Associate II
  • 1189 Views
  • 5 replies
  • 0 kudos

stm32 RTC Time Setting and Recalling

case 1time_t Timestamp;Timestamp = gettime();uint8_t *data_ptr = &body_q[1];for (int i = 1; i <= 4; i++) {body_q[i] = (Timestamp >> (8 * (4 - i))) & 0xFF;}            break;        case 2:         memset(time_check, 0x0, sizeof(time_check));         ...

ark2 by Associate III
  • 1509 Views
  • 1 replies
  • 0 kudos

Logging Library on SDCard with FreeRTOS

Hello,Working on different projects, I would like to implement a library that could either printf/write on FatFS logs, debugs informations, ...I'm wondering if there are any existant library that could do the job. Looking on STM32 references, I have ...

ANauz.1 by Senior II
  • 981 Views
  • 0 replies
  • 0 kudos

STM32H735 CDC & DFU

Is their any possibilty to use CDC and DFU due to the same USB Port, by switching it by software? And is their any example for it? I tried several things but couldn't find any solution. The configuration at CubeMX Just allows one Class for USB_DEVICE...

Tedico_0-1694601054184.png
Tedico by Associate II
  • 1504 Views
  • 5 replies
  • 0 kudos