STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F0 RTOS create task causing hardfault

This is my main program: int main(void) { HAL_Init(); /* USER CODE BEGIN Init */ TaskHandle_t task1_handler; TaskHandle_t task2_handler; BaseType_t status; /* USER CODE END Init */ /* Configure the system clock */ SystemClock_Confi...

Jemegen by Associate III
  • 504 Views
  • 6 replies
  • 2 kudos

Composite Device problem.

HelloI am working a project that implements CDC_ACM and MSC devices in a composite device.Device Manager displays these as USB Serial Device (Com35 , works) and STM Product USB Device (Mass Storage Device). But Disk Drive does not appear in Explorer ...

lubo by Associate
  • 298 Views
  • 2 replies
  • 0 kudos

f_lseek returning FR_INT_ERROR in stm FATFS

Hello, I am trying to interface the sdcard FAT32 based on SPI with STM32F429ZI MCU. I am using the FATFS library (R0.12c) provided in the stmcube ide. I am able to successfully initialize the sdcard using f_mount() function. I want to implement the b...

shefu by Associate II
  • 1128 Views
  • 5 replies
  • 0 kudos

netxduo link state not initialized properly

Dear Community,We're just building up a product with NetXDuo on a STM32H563 having some issues with the Link-Establishment.We use newest CubeMX (6.11.0) with newest Firmware-Package (1.2.0) to generate the init-code and use the same PHY as in the Eva...

stst9180 by Associate III
  • 387 Views
  • 3 replies
  • 2 kudos

Set Pending PendSV

I am trying to fire the PendSV interrupt from within SysTick. I was trying to use HAL_NVIC_SetPending() but discovered that this function ignores interrupt IDs of 0 or less. I am looking for an alternative.

JoeJoe by Associate
  • 202 Views
  • 0 replies
  • 0 kudos

Resolved! Inefficient BSP LCD code

After poking around a bit more in the STM32CubeIDE code, I'm seeing a pattern of issues that indicate a serious lack of understanding on the part of the authors of the shipping BSP code. This code was written several years ago, but it is the shipping...

bitbank by Associate II
  • 420 Views
  • 3 replies
  • 7 kudos

I'm getting HAL_I2C_STATE_BUSY_RX

Hello,I have developed a code in FreeRTOS mode that contains two main tasks. The first one check if I have received an RX buffer on the I2C bus, and the second one manage the data that has been received.However, after receiving the first buffer, I am...

_legacyfs_online_stmicro_images_0693W00000bkVdiQAE.png _legacyfs_online_stmicro_images_0693W00000bkVdJQAU.png _legacyfs_online_stmicro_images_0693W00000bkVd4QAE.png
Mabou.1 by Associate II
  • 1815 Views
  • 15 replies
  • 0 kudos