Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • FYI, after trying many things to find the difference, the one that worked in the end is going into the source tree and running: Source Code (1 line)to completely purge the build output directory and rebuild.

  • I have a new failure when using 'Reprogramming Flash' from Ozone with my STM32 app. This started occurring about two weeks ago for me, was not an issue prior. Does not reproduce with same JLink, same STM32 device, same code, same process when connected to MacBook running MacOS 15 Beta running on M1 Max. macOS Sonoma 14.6.1 running on Apple M1 Ultra Ozone V3.34a JFlash V7.98c J-Link Compact PLUS V12.00 w/ Firmware 2024 Jul 18, SN = 852000910 Note: I have deleted and reinstalled both Ozone and JLi…

  • [img]blob:https://forum.segger.com/837e9ddf-4525-4235-8bb3-562cb7874df5[/img]

  • License: USBD-00528 with active support emUSB-Device version: V3.60.2 OS version: V5.18.0.3 I have USBD working with CDC-ACM and am now adding a second interface for IPoverUSB. I've copied Sample/USB/IP/IP_Config_IP_over_USB.c into my working app and per documentation not messed around with it yet (I did define IP_SUPPORT_IPV6 and USE_RTT and for the CDC-ACM work I have already modified VID/PID etc. in usbd.h). After adding _AddIP() to my main(), I now hit OS_ERR_INV_MUTEX calling IP_AddStateCha…

  • I'm evaluating emNet and trying to determine if I need more than CDC-NCM in this day and age. My target OSes are iPadOS, Windows 11, and optionally MacOS and Arch Linux (e.g. SteamDeck). I can't find a way to use the evaluation kit for the SAME70XPlained Pro/Ultra to configure CDC-ECM/NCM/RNDIS. While I see references to USBD_ECM_Add, etc. in UM09001_emUSBD, I don't see where in the sample code this gets called or configured. My best guess is that I have object-code only for embOS and so there i…