hi,
I am new with the CubeProgrammer_API,
I saw that there is a C implementation of this API , is there a C# implementation / Wrapper ? are there any examples of using the CubeProgrammer from dotnet C# ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-23 8:20 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-27 4:48 AM
Hi @Gberl.1​
The only examples we provide are C/C++.
in addition to C++, the API is used by STM32CubeProgrammer GUI throw a JNA wrapper, only thoses implementations are tested.
Houda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-23 10:03 AM
If you googled, and found nothing, you can be sure that it does not exist.
-- pa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-23 10:55 PM
Pavel, if I googled something and it's not found it doesn't mean it is not somewhere else, maybe someone implemented it and care to share?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-27 4:48 AM
Hi @Gberl.1​
The only examples we provide are C/C++.
in addition to C++, the API is used by STM32CubeProgrammer GUI throw a JNA wrapper, only thoses implementations are tested.
Houda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-28 12:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-29 3:20 AM
the PInvoke method is known and common, the problem is that this code has many structures and pointer that should be marshaled, I wonder if any one has done it for this code and cares to share or should I do that work myself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-03 3:27 AM
