STMicroelectronics / STM32CubeL4

STM32Cube MCU Full Package for the STM32L4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
262 stars 153 forks source link

MFX_INT_PIN pin is not defined #32

Closed sfeutrier closed 2 years ago

sfeutrier commented 3 years ago

Set-up

Issue When looking at the example BSP, in the main.c file there is this pin tested : MFX_INT_PIN. This pin is defined nowhere. Moreover, when looking at the readme.txt, some files listed don't exist (and when looking at older commits, it seems they have never existed) like audio.bin and lcd_log_conf.h

RKOUSTM commented 3 years ago

Hi @sfeutrier,

Thank you for your contribution. Concerning the fist point, the MFX_INT_PIN interface pin is defined in the stm32l4r9i_descovery.h file as follow:
https://github.com/STMicroelectronics/STM32CubeL4/blob/d023c0d560ace11509f9b761c8913a9e48fcf194/Drivers/BSP/STM32L4R9I-Discovery/stm32l4r9i_discovery.h#L278

For the second point, the audio.bin file is available in the AudioFile folder. Your question about the missing of the lcd_log configuration template file (lcd_log_conf.h) on the 32L4R9IDISCOVERY BSP example has been forwarded to our development team. We will get back to you as soon as we have more details.

Thank you again for your contribution.

With regards,

sfeutrier commented 3 years ago

Hi @RKOUSTM,

Okay I did not understand that somme files are in the Drivers folder and some in the Project folder. Maybe I missed it but it could be nice to put this information in the Project readme ? Thank you for your support and for the git initiative.

Best regards

RKOUSTM commented 3 years ago

Hi @sfeutrier ,

Thank you for your contribution. The issue you pointed out has been confirmed, a fix of the lcd_log_conf.htemplate file on the 32L4R9IDISCOVERY BSP example will be implemented and made available in future release.

Thank you once again for your contribution.

With regards,

RKOUSTM commented 3 years ago

ST Internal Reference: 101981

RKOUSTM commented 2 years ago

Hi @sfeutrier,

I hope you are fine. The issue you reported has been fixed in the frame of version v1.17.1 of the STM32CubeL4 published recently on GitHub. Thank you again for having reported.

With regards,