When I see in STM32CubeMX the X-CUBE-TOF1 package if I try to load it.
He answers me this package is already there. ,
I don’t see it appearing under Middleware as in the user manual , UM2978
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-01 9:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-02 1:20 AM
Hello @yves2brest ,
Thanks for your feedback,
I am not sure I understood correctly your request, could you please share a detailed scenario, or a capture describing your issue?
Thanks,
Sara.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-17 12:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-16 8:51 AM
Hello @yves2brest,
I read you didn't find the interrupt callback, it is coded within the file app_tof_pin_conf.c but I understood you found a way to fix it by yourself.
Regarding the ROI the definition of the region of interest is a bit tricky.
To match your needs you should set
roiConfig.TopLeftX=4;
roiConfig.TopLeftY=12;
roiConfig.BotRightX=12;
roiConfig.BotRightY=4;
Best Regards,
Christophe Lugand
