STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F215 gets stuck

Due to privacy policies I cannot publish my code.I am creating a datalogger that receives information from CAN IT and USART IT and stores it on a microSD via SPI. With each interruption I get the time from the RTC and I also use the ADC to unmount th...

by Not applicable
  • 771 Views
  • 6 replies
  • 0 kudos

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
  • 516 Views
  • 3 replies
  • 0 kudos

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
  • 239 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
  • 812 Views
  • 1 replies
  • 0 kudos