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

B-L475E-IOT01A proximity code not working #12

Closed sundar19 closed 3 years ago

sundar19 commented 3 years ago

Describe the set-up

Describe the bug The proximity example builds without any error ,after uploading the code into the board and opened serial monitor and entered "n" to view the proximity value after which the code suddenly breaks and stops.

Screenshot (56)

I suspect some error in VL53L0X_PROXIMITY_GetDistance() , how to rectify this error Thanks!!!

RKOUSTM commented 3 years ago

Hi @sundar19,

Welcome again to our GitHub organization. The problem seems to be related to migration to the CubeIDE. However, this public organization on GitHub is intended to promote co-development and issues posted here shall exclusively be related to the software published within the different repositories. For any other issue (e.g. related to documentation, to hardware, to ecosystem, to user application, etc.), you shall address your questions to the ST Community. There you shall look for the adequate topic and submit your question or remark.

You can use the IDE proposed by ST (IAR, MDK-ARM and SW4STM32) for Proximity application on B-L475E-IOT01A all of them are working well.

Thank you for you contribution.

With regards,

sundar19 commented 3 years ago

Thank you so much!