From: TREDEZ J. <jer...@so...> - 2020-03-27 22:56:41
|
Hi, I try to use OpenOCD (0.10.0) with vscode. My device use a STM32F205RG with ThreadX OS. So I use the stm32f2x.cfg config file. Inside this file we have this line: target create $_TARGETNAME cortex_m -endian $_ENDIAN -dap $_CHIPNAME.dap When I start the server it end with this error: "Could not find target in ThreadX compatibility list" But cortex_m is in the array of supported target name into the ThreadX.c file. So I don't understand why I have this error. All help would be welcome. Regards Jerome ------------------ Internet Email Confidentiality Footer ------------------ The information transmitted in this document is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete all copies of the material. |