Search found 41 matches

by uwe.z
23 Jan 2024 18:06
Forum: mikroC PRO for ARM General
Topic: ntc 10K auslesen
Replies: 3
Views: 335

ntc 10K auslesen

hat jemand ein beispiel, wie ich einen 10K ntc auslese?
by uwe.z
23 Mar 2021 14:38
Forum: mikroC PRO for ARM General
Topic: CLOCK SETTINGS FOR STM32F107VG
Replies: 2
Views: 916

Re: CLOCK SETTINGS FOR STM32F107VG

hi,
ok, so it's not up to me.
it just doesn't work.
Unfortunately, I had to find out that way.
I thought it was my mistake.
Thank you


Uwe
by uwe.z
22 Mar 2021 20:18
Forum: mikroC PRO for ARM General
Topic: CLOCK SETTINGS FOR STM32F107VG
Replies: 2
Views: 916

CLOCK SETTINGS FOR STM32F107VG

hello,
because I'm still unsure how to configure the controller ,
(I still haven't understood) I need help with this chip stm32f107VG
Clock 72MHz generated internally via pll.
Thank you
Uwe
by uwe.z
01 Mar 2021 16:12
Forum: mikroC PRO for ARM General
Topic: clock settings for stm32f103
Replies: 2
Views: 1052

clock settings for stm32f103

Hi,
Obviously, I am unsure which settings I have to make for the following
chip stm32f103
Clock 72MHz generated internally via pll.
who can help me there?
Thank you
Uwe
by uwe.z
18 Dec 2020 14:17
Forum: mikroC PRO for ARM General
Topic: switch range
Replies: 2
Views: 850

Re: switch range

Hi filip,

yes, that is clear. I'm looking for something like range 1.. 4 as in c++
by uwe.z
11 Dec 2020 16:42
Forum: mikroC PRO for ARM General
Topic: switch range
Replies: 2
Views: 850

switch range

hello, I can command the switch with a range form x.. x, or can microc not? Thank you
by uwe.z
05 Aug 2019 16:12
Forum: mikroC PRO for ARM General
Topic: I²C timeout
Replies: 3
Views: 1432

Re: I²C timeout

:D :D :D :D :D :D :D
by uwe.z
09 Jul 2019 19:54
Forum: mikroC PRO for ARM General
Topic: ask about the stm32f030 timer
Replies: 0
Views: 822

ask about the stm32f030 timer

Hello, I am using the 32f030 timers as follows: void InitTimer3(){ RCC_APB1ENR.TIM3EN = 1; TIM3_CR1.CEN = 0; TIM3_PSC = 749; TIM3_ARR = 63999; NVIC_IntEnable(IVT_INT_TIM3); TIM3_DIER.UIE = 1; TIM3_CR1.CEN = 1; } void InitTimer14(){ RCC_APB1ENR.TIM14EN = 1; TIM14_CR1.CEN = 0; TIM14_PSC = 374; TIM14_A...
by uwe.z
30 May 2019 12:11
Forum: mikroC PRO for ARM General
Topic: I²C timeout
Replies: 3
Views: 1432

Re: I²C timeout

Hi Jovana,

i will try it.

Thank you

Uwe
by uwe.z
24 May 2019 11:41
Forum: mikroC PRO for ARM General
Topic: I²C timeout
Replies: 3
Views: 1432

I²C timeout

Hello,
I am looking for a way to check if an EEPROM is connected to the i²c bus or not.
If not, i don't initialize the bus and exit the routine.
Otherwise the software will stop and wait forever. Something like a timeout function

Thank you

Uwe
by uwe.z
20 May 2019 19:54
Forum: mikroC PRO for ARM General
Topic: question about the strcmp command
Replies: 3
Views: 1313

Re: question about the strcmp command

perfekt :D :D :D :D :D

thanks
by uwe.z
17 May 2019 15:28
Forum: mikroC PRO for ARM General
Topic: question about the strcmp command
Replies: 3
Views: 1313

question about the strcmp command

hello,
I have a question about the strcmp command. it always starts from left to right,
I can also search only from any point from the left.


regards


Uwe
by uwe.z
11 May 2019 17:46
Forum: mikroC PRO for ARM General
Topic: how can I divide a string eg "12,45,77,888,999" into an arra
Replies: 1
Views: 806

Re: how can I divide a string eg "12,45,77,888,999" into an

Hi I once built something for myself. Improvement is often taken. #include<stdio.h> #include<string.h> #include<stdlib.h> const stringlang=40; int res; char *pos; char tempcopy[stringlang]; char str[stringlang] = "111;222;333;444;555;666;"; char str2[9] [6] ; char tempcopy2[stringlang]; char tempcop...
by uwe.z
11 May 2019 11:13
Forum: mikroC PRO for ARM General
Topic: how can I divide a string eg "12,45,77,888,999" into an arra
Replies: 1
Views: 806

how can I divide a string eg "12,45,77,888,999" into an arra

Hello,

I've got a question.
how can I divide a string eg "12,45,77,888,999" into an array?
I somehow do not understand that.
does anyone have an example?
in bascom, I can do that very well, it's all different than in C.
Thanks for your help.
Greetings from Germany
Uwe

Go to advanced search