Search found 8 matches

by emb
27 Feb 2024 09:35
Forum: mikroC PRO for ARM General
Topic: USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM
Replies: 11
Views: 701

Re: USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM

Thank You Thomas for your reply.. But can you please eloborate how can I use the shared code since it is in the BashCoM language. Can you please explain what are you trying to do by writing this code and where are you using it in the example code provided by mikroe. Thank you for your support in thi...
by emb
19 Feb 2024 06:47
Forum: mikroC PRO for ARM General
Topic: USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM
Replies: 11
Views: 701

Re: USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM

Hello,
Can you please provide the working code example with your hardware so that I can compare it with my code and make it work.
I am stuck here since I have to provide this in the production code.
Please help us to resolve the issue.
by emb
08 Feb 2024 12:59
Forum: mikroC PRO for ARM General
Topic: USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM
Replies: 11
Views: 701

Re: USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM

Thank you for you reply. I am using custom board designed own using the same circuit as described by Mikroe. The same hardware is working with the STMCUBE IDE. As per your suggestion I have changed the PSW line to PA10 to turn on the switch as given below: sfr sbit PSW at GPIOA_ODR.B10; During the i...
by emb
07 Feb 2024 11:58
Forum: mikroC PRO for ARM General
Topic: USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM
Replies: 11
Views: 701

Re: USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM

Hello,
It has been more than 5 days but I have not received any response from the Mikroe team.
I expect the better response from the mikroe team. It is very urgent task since we need to deliver it to the production asap.
by emb
30 Jan 2024 07:18
Forum: mikroC PRO for ARM General
Topic: USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM
Replies: 11
Views: 701

USB HID Keyboard with stm32F429ZI MCU using mikro C Pro for ARM

Dear Sir, I have to integrate the USB HID keyboard using Mikro C Pro for ARM compiler with my product which is based on the STM32F429ZI MCU. I have the hardware connections as per mentioned below: USB DP - PA12 (104 pin number of MCU) USB DM - PA11 (103 pin number of MCU) USB VBUS - PA9 (101 pin num...
by emb
31 Oct 2023 11:12
Forum: mikroC PRO for PIC General
Topic: Glcd_Write_Text_Adv
Replies: 11
Views: 2593

Re: Glcd_Write_Text_Adv

Hello, I have tried the custom font using the GLCD Font creator by Mikroe on GLCD 240x128. I have set the font size using the T6963C_Set_Font_Adv() function and writing to it using T6963C_write_char_adv() and T6963C_Write_Text_Adv() functions. It has been observed that it does not clear the text aft...
by emb
21 Feb 2020 07:52
Forum: mikroPascal PRO for ARM General
Topic: relocate application to use a bootloader
Replies: 8
Views: 6001

Re: relocate application to use a bootloader

Hello, Despite the statement, that it is not possible, I have managed to write a bootloader in mikropascal, to write an application with relocated interrupt vectors and to update the application via CAN. And to jump from the bootloader to the application and vice versa. If you like to know details,...
by emb
20 Feb 2020 10:21
Forum: mikroC PRO for ARM General
Topic: Bootloader
Replies: 1
Views: 1322

Bootloader

Hi, I am developing a Bootloader that shall update the application via UART. I am familiar with the method of updating the application code in the CUBEIDE compiler. In brief the bootloader is located at the beginning of the FLASH (considering bootloader_size = 128KB) and the application may start at...

Go to advanced search