Search found 13 matches

by Elessar
05 Mar 2024 16:59
Forum: ARM AI Compilers
Topic: Supporting STM32G030 mcu?
Replies: 3
Views: 687

Re: Supporting STM32G030 mcu?

Hi Tanja, Thank you for the answer. I see no mikroSDK libraries. MicroC for ARM Legacy 6.2.0 only. I can't choose mikroSDK in Setups too. I reinstalled NECTO with mikroSDK in checkbox, but still haven't mikroSDK. But seems like mikroSDK exist in NECTO folder. Maybe i do something wrong? https://s20....
by Elessar
03 Mar 2024 14:41
Forum: ARM AI Compilers
Topic: Supporting STM32G030 mcu?
Replies: 3
Views: 687

Supporting STM32G030 mcu?

Hello my friends! I just want to understand is the NECTO support ST32G030 mcu? I see the supporting on NECTO's webpage. In Setup i see this MCUs too. But when i create a new project and open it, i see no any libraries available. (see screenshots below) Or i do something wrong? Thank you for answer. ...
by Elessar
17 Dec 2013 16:40
Forum: mikroProg™ programmer and debugger
Topic: Debugger problem with STM32F100C8
Replies: 3
Views: 2713

Re: Debugger problem with STM32F100C8

Hello Filip! Yes, I have use SWD pins in my program. I have disable them for use this pins as GPIO. I have comment this string and debugger have started. Thank you. But another problem. When i push F6 in debugging process I have error "Target command error!" and then mikroPascal crashed with "An err...
by Elessar
16 Dec 2013 16:09
Forum: mikroProg™ programmer and debugger
Topic: Debugger problem with STM32F100C8
Replies: 3
Views: 2713

Debugger problem with STM32F100C8

Hello! And sorry for english at first. I am try to debug STM32F100C8 via SWD with mikroprog. I connect SWDIO, SWCLK, VСС and RESET pins. Mikropascal detect MCU and load firmware. But when i try enter into debug mode (F9) compiler show error "No device. and then "mikroElectronika ICD hardware not fou...
by Elessar
08 Feb 2013 15:35
Forum: mikroBasic PRO for ARM General
Topic: Problem with the ADC (STM32F103C8)
Replies: 16
Views: 12008

Re: Problem with the ADC (STM32F103C8)

janko.kaljevic
I use v3.0.0 and ADC_init do not work.
by Elessar
30 Jan 2013 14:43
Forum: mikroPascal PRO for ARM General
Topic: Try to use external interrupts on PORT B
Replies: 2
Views: 2160

Re: Try to use external interrupts on PORT B

Thanks a lot! Now it's work fine.
by Elessar
28 Jan 2013 15:58
Forum: mikroPascal PRO for ARM General
Topic: Try to use external interrupts on PORT B
Replies: 2
Views: 2160

Try to use external interrupts on PORT B

Hello, I am try to use external interrupts on PORT B on STM32F100C8. Pin 3 of Port B should be as line EXTI 3. And it's do not work. But if I do AFIO_EXTICR1:=0, lines of PortA will be as External interrupts and it is work fine. But port B is do not work. Here the program: program EXTI; procedure kn...
by Elessar
22 Jan 2013 16:06
Forum: mikroBasic PRO for ARM General
Topic: Problem with the ADC (STM32F103C8)
Replies: 16
Views: 12008

Re: Problem with the ADC (STM32F103C8)

ottoha2 Thank you for your code of initialization ADC. In Pascal ADC1_Init do not work too.
by Elessar
18 Jan 2013 11:07
Forum: mikroPascal PRO for ARM General
Topic: Try to use Sound Library
Replies: 8
Views: 3988

Re: Try to use Sound Library

Image

With Optimization level: Zero and disable SSA all compiles fine, no errors.

I use MikroPascal for ARM 3.0.0 version, with default settings of compiler and all library are included.

Here the project.
by Elessar
17 Jan 2013 16:40
Forum: mikroPascal PRO for ARM General
Topic: Try to use Sound Library
Replies: 8
Views: 3988

Re: Try to use Sound Library

Hello. I think, I have fine the reason. Today I try the code on STM32F100C8: program MyProject; const melody_1_notes : array[6] of word = (330, 294, 262, 294, 330, 330); const melody_1_delays : array[6] of word = (200,200,200,200,200,200); var i:byte; begin GPIO_Digital_Output(@GPIOB_BASE, _GPIO_PIN...
by Elessar
16 Jan 2013 11:14
Forum: mikroPascal PRO for ARM General
Topic: Try to use Sound Library
Replies: 8
Views: 3988

Re: Try to use Sound Library

No, problem is stay. I'm mistaken when copy part of code from my program.
by Elessar
16 Jan 2013 09:44
Forum: mikroPascal PRO for ARM General
Topic: Try to use Sound Library
Replies: 8
Views: 3988

Re: Try to use Sound Library

I mistake in code. const melody_1_notes : array[27] of word = (330, 294, 262, 294, 330, 330, 330,294, 294, 294, 330, 392, 392,330, 294, 262, 294, 330, 330, 330, 330,294, 294, 330, 294, 262, 0); const melody_1_delays : array[27] of word = (50,50,50,50,50,50,10,50,50,10,50,50,10,50,50,50,50,50,50,50,5...
by Elessar
16 Jan 2013 06:26
Forum: mikroPascal PRO for ARM General
Topic: Try to use Sound Library
Replies: 8
Views: 3988

Try to use Sound Library

Hello, and sorry for my English. I am try to use Sound Library with STM32F100C8. For melody play I use the const array of words. But it's sound wrong and fearfully. Here the part of my code: const melody_1_notes : array[27] of word = (330, 294, 262, 294, 330, 330, 330,294, 294, 294, 330, 392, 392,33...

Go to advanced search