STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CCA02M1 microphone example project code size

We've bought NucleoF401 and CCA02M1 boards. But example project provided by ST about 39KB, this is much more than free limit of Keil5. How can we use examples with free Keil version? These are development boards for everyone(students,hobbiests..), wh...

BISIK.18 by Associate II
  • 369 Views
  • 0 replies
  • 0 kudos

STM32F1xx_HAL_PCD -- wrong EP_IN/EP_OUT

HAL v1.7.0, stm32f1xx_hal_pcd.c, line 199During OUT EP init we have IN EPShould I fix it on my own? for (index = 0U; index < 15U ; index++) {  hpcd->OUT_ep[index].is_in = 0U;  hpcd->OUT_ep[index].num = index;  hpcd->IN_ep[index].tx_fifo_num = index; ...

RBaly by Associate
  • 238 Views
  • 0 replies
  • 0 kudos

STM32H743, ETH interrupt enable

I am using the ETH module in the STM32H743 microcontroller. Added support for LwIP and DHCP. Everything works, the device receives an IP address and responds to ping requests. But there is a problem - the interruption of the ETH-module does not work ...

mak1308 by Associate III
  • 629 Views
  • 1 replies
  • 0 kudos

DMA with FMC device

Hello,Is it correct to call HAL_SRAM_Init()for each external FMC memory ( So that each one has its own mdma handle )?The story:We have 3 memories: external nor, eternal sram, and fpga.But we don't get the dma callback called after calling to HAL_SRAM...

ranran by Senior II
  • 368 Views
  • 0 replies
  • 0 kudos