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

STM32F217 I2S

Posted on February 15, 2018 at 11:24I'm using stm32f217 controller for my project where i have to interface with tlv320aic1106(pcm audio codec), which requires mclk of 2.048 Mhz and a pcmSync signal of 8khz,But when I tried configuring the i2s modul...

STM32F4L HAL Mass Storage USB OTG

Posted on February 14, 2018 at 00:10Hi,i want to write some text from my main Loop on my USB Stick. How can i trigger and Transfer my Strings from the main Loop to my usb_host thread?I can write text in my usb thread. It's triggeres from USBH_UserPr...

STM32F107 Ethernet inicjalization

Posted on May 24, 2016 at 17:37 Hi, I am tring to initialize Ethernet with LWIP on STM32F To configure it I used CubeMX, but it can not pass this loop: /* Wait for software reset */ while (((heth->Instance)->DMABMR & ETH_DMABMR_SR) != (ui...

jakub2 by Associate
  • 937 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F4 HAL Libaries

Posted on February 10, 2018 at 09:44Hi,I am trying to migrate from STM32 Standard peripheral libraries to HAL libraries. I have few queries here:1)   Can i use HAL libraries with Keil without first creating project in CubeMX? I just want to build my...

HAL_GPIO_EXTI_Callback with both USB and GPIO

Posted on February 05, 2018 at 13:23Hello, I'm facing a difficulty using CubeMx generated code with USB (CDC with VBus sensing).HAL_GPIO_EXTI_Callback is declared as 'weak' so for managing some GPIO's interrupts, I declared my own call back to 'catc...

Resolved! Bug in osMailCAlloc (cmsis_os.c)

Posted on May 29, 2017 at 16:50I believe there is a bug in the osMailCAlloc function from cmsis_os.c V1.02 (STM32Cube_FW_F1_V1.4.0).The function will always assign 0 to the first 4 bytes of the block, since sizeof an uint32_t is 4.if (p) {  for (i =...

kelvin2 by Associate
  • 653 Views
  • 2 replies
  • 0 kudos