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

STM32H750VB MODBUS Timer Calculation

I am developing a project using STM32H750VB and for automation purpose I am in need of MOD BUS protocol. I have referred the code in this weblink (https://github.com/srikanth977/ModbusRTUSlave_RS232 ). I have completed the code and its working fine ...

Resolved! Hi! I am not sure why I can't recieve a correct value of pvParams inside the task. Pointer value in received correctly but when I cast it to a "const int*" or any other pointer it gives me rubbish when i dereference it.

int main(void) { HAL_Init();   SystemClock_Config();   MX_GPIO_Init(); MX_USART3_UART_Init();   const int* task_1_Param = 1; const int* task_2_Param = 2;   xTaskCreate (vTask, "T1", 150, (void *)&task_1_Param, 1, NULL); xTaskCreate ...

DMark.1 by Associate II
  • 856 Views
  • 3 replies
  • 0 kudos

This is my UART receiving project which is used to accept data from docklight. How do I send binary file into this code?

#include "main.h"   /* Private define ------------------------------------------------------------*/ #define FLASH_USER_START_ADDR ADDR_FLASH_PAGE_16 /* Start @ of user Flash area */ #define FLASH_USER_END_ADDR ADDR_FLASH_PAGE_255 + FLASH_PAG...

STM32F429I Read file data via USB

Hello everyone,Very new to STM family.I'm trying to read data via FRESULT Read_File (char *name) function.I've copied data from CubeProgrammer from specific sector and saved it in USB and want to read and upload that data via USB.Can anyone shows me ...

Ofaro.1 by Associate II
  • 411 Views
  • 0 replies
  • 0 kudos

STM32H747 USB audio DataOut issue

Hi together,I'm trying to make a basic USB audio speaker from STM32H747 DISCO board with Cortex-M7.I start a new CubeMX project for this board, add in the USB_HS and audio drivers on default settings.Once I do this, the Windows 10 machine will see th...

0693W00000JOnfWQAT.png
JCheng by Associate
  • 1068 Views
  • 1 replies
  • 0 kudos

Resolved! How can I program and / or debug the microcontroller of a NUCLEO-H743ZI2 without the CN1 micro USB connector?

Hello Community,I have a curiosity to ask you. I have a NUCLEO-H743ZI2 without its micro USB connector (STLINK-V3E USB connector CN1).I would like to know if it was possible to continue programming and debugging on the microcontroller integrated into...

0693W00000JPzSqQAL.png
VNava.1 by Associate III
  • 2187 Views
  • 4 replies
  • 0 kudos