Search found 7 matches

by slash2k01
06 Feb 2020 09:32
Forum: mikroC PRO for ARM General
Topic: STM32F7 slow to start after hard reset
Replies: 2
Views: 1184

Re: STM32F7 slow to start after hard reset

Just to add a little more info, I am using the Mikromedia plus for STM32F7 board with the corresponding shield. Also, if I hold the device in reset when I turn the power on and the release the reset button, it starts fine. Is there any code executed before main (ie the startup sequence when clock re...
by slash2k01
05 Feb 2020 12:44
Forum: mikroC PRO for ARM General
Topic: STM32F7 slow to start after hard reset
Replies: 2
Views: 1184

STM32F7 slow to start after hard reset

Hi, I have a project generated with VTFT and MikroC where the screen takes 45 seconds after applying power to turn on. Start_TP(); is the first line in main() and the project settings are identical to other applications that do not have this problem. If I hit the reset button, it starts instantly as...
by slash2k01
09 May 2019 10:07
Forum: mikroC PRO for ARM General
Topic: Illegal pointer conversion - TFT_Set_Active()
Replies: 2
Views: 1168

Re: Illegal pointer conversion - TFT_Set_Active()

Turns out that the issue is caused when you set the data type size to 4 bytes in the project settings.
by slash2k01
09 May 2019 08:57
Forum: Development Boards
Topic: USB Device library for STM32F7
Replies: 2
Views: 1133

Re: USB Device library for STM32F7

For anyone interested in doing this. I have managed to get it working by using STM32CUBEMX to generate code for a USB OTG MSC Device. Then I was able to add this code to my mikroC project, and with alot of modifications, I managed to get it to compile and run. A few of the important points. 1. There...
by slash2k01
08 May 2019 12:53
Forum: mikroC PRO for ARM General
Topic: Illegal pointer conversion - TFT_Set_Active()
Replies: 2
Views: 1168

Illegal pointer conversion - TFT_Set_Active()

Hi, I have a VTFT project that I have built in v6.1 of the compiler and it compiles and runs correctly. However, when I add some source files from a USB stack that I have generated using CUBEMX, I run into problems. The source files for the USB stack have been tested in a seperate MikroC project and...
by slash2k01
29 Apr 2019 09:01
Forum: Library Development Discussion
Topic: USB Device library for STM32F7
Replies: 1
Views: 2225

USB Device library for STM32F7

Are there any plans to update the USB device lib to support M7 devices?
by slash2k01
29 Apr 2019 08:15
Forum: Development Boards
Topic: USB Device library for STM32F7
Replies: 2
Views: 1133

USB Device library for STM32F7

Hi,

I would like to use the mikromedia+ for STM32F7 as an SD card reader. I checked and found that the USB Device Lib only supports up to M4 devices.

Will there be a new version to support M7 or has anyone had any success with a USB MSD project in mikroC for M7 devices?

Thanks.

Go to advanced search