Board support package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-19 11:50 PM
I have a very generic question ,What happens if in an example for a different board . I just remove the BSP and instead add a BSP for a different board.
Solved! Go to Solution.
- Labels:
-
BLE
-
STM32WB series
-
Zigbee
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-20 2:08 AM
A generic answer to the generic question. When you replace or adapt a BSP from a different board you
1.Make it build without errors, find all missing parts etc.
2. Debug and validate that it works.
What happens next depends on success of these two steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-20 2:08 AM
A generic answer to the generic question. When you replace or adapt a BSP from a different board you
1.Make it build without errors, find all missing parts etc.
2. Debug and validate that it works.
What happens next depends on success of these two steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-20 5:40 AM
To be even more generic:
"When you replace or adapt any firmware from a different board you ..."
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-20 8:54 PM
@Andrew Neil Your sarcasm wasn't required here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-21 1:23 AM
I'm sorry, it's not intended as sarcasm - it is a general principle.
A complex system designed from scratch never works and cannot be patched up to make it work.
