2019-09-25 04:31 PM
2019-09-25 05:09 PM
ST doesn't have a heavy participation here. You should discuss with ST Legal Dept, or via you sales rep or FAE.
2019-09-25 07:11 PM
Just by curiosity, what tool can browse through PDF to make C text files?
2019-09-26 03:15 AM
Sounds like one of those projects to invent better wheel at all costs. What's wrong with the provided device headers? (I *know* what's wrong with them, but that hardly can be solved by throwing automated tools at the manual).
The manuals are provided in order to facilitate using the chips, that's their purpose. How can this facilitation be different if you rechew the manuals using a machine? IANAL of course; but IMO seeing any malice in this would be far off even in the wrecked judicial system of an unnamed major western state.
JW
2019-09-26 04:25 AM
Things like Gpio Remap and DMA channels are not found in the normal header.I used python and the cube xml descriptions to get gpio remap and dma channel setting headers.
2019-09-27 06:02 PM
I would extract the text with something like tabula, then parse this text using python/regex.