Page 1 of 1

STM32H743ZIT6 problems

Posted: 22 Apr 2024 18:34
by sh@abbeywoodfarm.uk
Hi,

using mikroC PRO v.6.2.0

I'm trying to use a STM32H743ZIT6 as a replacement for a H750 but I'm running into problems with the prog settings - searching through past forum posts I came across some downloads for updated mlk/emcl etc files which I downloaded but now I'm getting a file not found error for __RCC_typedef.emcl - has anybody come across this and solved it ?

Also has the mikroe usb lib been updated to work with this yet ? (looking at tinyusb as an alternative)

Note, my custom pcb works ok with a cubeide test prog I wrote (but I loathe their bloat code and convoluted style and do not want to port my [big] prog to it)

Re: STM32H743ZIT6 problems

Posted: 23 Apr 2024 08:28
by IvanJeremic
Hi,

The easiest way to fix the issue is by reinstalling the compiler since I am unsure what you have changed about it.

The USB Library is not supported by STM32H743ZIT6, you can try looking through some custom made libraries on Libstock.
https://libstock.mikroe.com/

Regards,

Ivan.

Re: STM32H743ZIT6 problems

Posted: 23 Apr 2024 19:01
by sh@abbeywoodfarm.uk
Thanks for the reply Ivan, reinstalling sorts that problem obviously, was just looking to see if anybody else had that particular problem