STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Power Consumption Measurement

Hello everyone,I need to get some information about the power consumption of the STM32 Nucleo-64 with STM32F401RE MCU.The board is powered from the computer's USB port.The board has a IDD jumper (JP6) for MCU current measurement so I attached a Parks...

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
  • 1002 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
  • 522 Views
  • 2 replies
  • 0 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 II
  • 317 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
  • 783 Views
  • 3 replies
  • 7 kudos