From: TREDEZ J. <jer...@so...> - 2020-03-28 12:05:02
|
I forgot the project with the H7 is with Freertos. ________________________________ De : Tarek BOCHKATI <tar...@gm...> Envoyé : samedi 28 mars 2020 11:28 À : TREDEZ Jerome <jer...@so...> Cc : ope...@li... <ope...@li...> Objet : Re: [OpenOCD-user] ThreadX on STM32F205 maybe because you are using STLINK as HL adapter through interface/stlink.cfg when using an HL adapter the target type 'cortex_m' get overridden and changed to 'hla_target'. please try : interface/stlink-dap.cfg and let us know if this works for you :) Kindly Tarek BOCHKATI STMicroelectronics Le ven. 27 mars 2020 à 23:59, TREDEZ Jerome <jer...@so...<mailto:jer...@so...>> a écrit : 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. _______________________________________________ OpenOCD-user mailing list Ope...@li...<mailto:Ope...@li...> https://lists.sourceforge.net/lists/listinfo/openocd-user ------------------ 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. |