a_p_u_r_o
a_p_u_r_o
ちょっと話題がズレますが、 なぜ picoprobe とピン配置が異なっているのか気になります。
stm32f0728_if , this naming is inconsistent with others like stm32f103xb_if. I suppose it should be stm32f072x8_if. Same for hic_stm32f072cb , module_hic_stm32f072cb , stm32f072cb.yaml , hic_stm32f072c8 and module_hic_stm32f072c8 . ~~File records/board/stm32f072b_disco.yaml...
Shouldn't https://github.com/mbrossard/DAPLink/blob/feature/stm32f072cb_hic/source/board/IO_Config_Override.h be located at source/board/**override_stm32f072b_disco**/IO_Config_Override.h ?
As I understand, this is by design. DAPLink's drag-n-drop feature is not fine tracking sector allocation. so it can not distinguish to which file entry the stream corresponds. instead it's...
@Krakonos build steps do involve preprocessing ldscript. [see here](https://github.com/project-generator/project_generator/blob/d1f6688f26bee84089e017cc5efa25b0809cfc9f/project_generator/templates/makefile.tmpl#L283-L285) it could be that you are using old project_generator. latest version is 0.11.1 . to change application memory layout of 'if'...
I'm experimenting reconfiguration of PLL to match required SWD frequency. Based on your code. It can run at SWD clock speed ranging 50MHz down-to 1kHz . https://github.com/elfmimi/DAPLink/tree/lpc4370_sgpio_pll_sequence_fix_if_wip
Current status of this pull-request. - Build the interface firmware from pr's head commit https://github.com/ARMmbed/DAPLink/commit/9f1413746d412631d521b1fcbb1c36c61d182dfd `progen generate -p lpc4322_mimxrt1170_evk_qspi_if -t make_gcc_arm -b -o jobs=8` - Install the interface firmware using...
I want to see this going forward.
Oh, I used OM13084 (interface: LPC4322 , target: LPC43S67) . OM13070 (interface LPC4322 , target: LPC4337) should work just fine as well. In case of OM13070 , LPCX4337_V3_SCHEMATIC_REVA3 , you...
Please have a look at this branch for how to do RTT. @groleo https://github.com/elfmimi/DAPLink/tree/pull907-fix-and-rtt After executing the above code, attach with pyocd to get the log. `pyocd rtt -t cortex-m...