Search found 89 matches

by Vladimir_C
12 May 2020 11:52
Forum: Visual TFT General
Topic: Configure FT800 for a resolution of 800x480
Replies: 4
Views: 1584

Re: Configure FT800 for a resolution of 800x480

I understood my mistake, chip FT800 does not support this resolution 800x480 (
although VisualTFT indicates that this is possible
by Vladimir_C
12 May 2020 07:46
Forum: Visual TFT General
Topic: 'TFT' is not a valid integer value
Replies: 13
Views: 5408

Re: 'TFT' is not a valid integer value

this is not fixed
as soon as you change the screen settings, this error constantly appears
you have to close the program using the task manager )
by Vladimir_C
11 May 2020 16:22
Forum: Visual TFT General
Topic: Configure FT800 for a resolution of 800x480
Replies: 4
Views: 1584

Configure FT800 for a resolution of 800x480

please, help
I want to configure FT800 for a resolution of 800x480
Unfortunately, nothing happens
by Vladimir_C
15 Apr 2020 20:41
Forum: mikroC PRO for ARM General
Topic: initialize an array in a structure
Replies: 1
Views: 1359

initialize an array in a structure

Hi
help
I can not

initialize an array in a structure

Code: Select all

 
         struct val{
      
       unsigned int Step_Temperature[2];
       unsigned int Step_TIme[2];


     };

   struct val program[2]={ (11,12),    (13,14),
                           (15,16),    (17,18) },  *pProg;                 [/ code]
by Vladimir_C
12 Apr 2020 06:47
Forum: mikroC PRO for ARM General
Topic: ELF file generation.
Replies: 4
Views: 2126

Re: ELF file generation.

Thanks Jovana for the response. We already have the COFF for the PIC microcontrollers, so the ARM should have an ELF for that purpose as well. Do you have the development team's plans like new features for the compiler to be made public? It will not be done Since it was asked to do this 7 years ago...
by Vladimir_C
23 Apr 2014 20:47
Forum: mikroC PRO for ARM General
Topic: Supported in STM32F373VC 16-bit SDADC?
Replies: 7
Views: 4877

Re: Supported in STM32F373VC 16-bit SDADC?

Hi I never see description libraries for ADC STM32F3xx, support 12-bit ADC or 16-bit SDADC? Hi, I show you how you can use 12-bit ADC, exactly what You ask. Best regards, Peter Hi I want to use 16-bit sigma-delta ADCs, which is also on the chip, I do not want to use a conventional 12-bit ADCs
by Vladimir_C
23 Apr 2014 20:37
Forum: mikroC PRO for ARM General
Topic: Supported in STM32F373VC 16-bit SDADC?
Replies: 7
Views: 4877

Re: Supported in STM32F373VC 16-bit SDADC?

Hello, Please see MikroC Pro for ARM - ADC Library. ADCx_Init_Advanced (This routine configures the internal ADC module to work with user defined settings) http://www.mikroe.com/download/eng/documents/compilers/mikroc/pro/arm/help/adc_library.htm?TB_iframe=true&height=740&width=970#adcx_init_advanc...
by Vladimir_C
22 Apr 2014 22:20
Forum: mikroC PRO for ARM General
Topic: Supported in STM32F373VC 16-bit SDADC?
Replies: 7
Views: 4877

Supported in STM32F373VC 16-bit SDADC?

Hi
I never see description libraries for ADC STM32F3xx, support 12-bit ADC or 16-bit SDADC?
by Vladimir_C
01 Mar 2014 12:17
Forum: mikroC PRO for ARM General
Topic: [?]Quad encoder interface on STM32F
Replies: 6
Views: 3577

Re: [?]Quad encoder interface on STM32F

Here is a piece of my code void TIM2_encoder (void) { // ac:Encoder RCC_APB2ENR.IOPAEN = 1; /* Enable GPIOA clock */ // GPIOA.0 GPIOA_CRLbits.MODE0 = 0; GPIOA_CRLbits.CNF0 = 0b10; GPIOA_ODRbits.ODR0 = 1; // GPIOA.1 GPIOA_CRLbits.MODE1 = 0; GPIOA_CRLbits.CNF1 = 0b10; GPIOA_ODRbits.ODR1 = 1; RCC_APB1E...
by Vladimir_C
27 Feb 2014 10:49
Forum: mikroC PRO for ARM General
Topic: STM-STUDIO run-time variables monitoring and visualization
Replies: 1
Views: 1425

STM-STUDIO run-time variables monitoring and visualization

Hi There is a great tool from ST, STM-STUDIO, for debugging ARM microcontrollers, where you can see all the variables during operation They are convenient to use when the compiler creates a file with the extension .ELF . Planned it? http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1533/PF251...
by Vladimir_C
25 Feb 2014 09:39
Forum: Visual TFT General
Topic: Temperature display thermo click + ConnectEVE
Replies: 2
Views: 1756

Re: Temperature display thermo click + ConnectEVE

...................

tank_temp = remTemp2 * 0x25; you multiply by 0x25 = 37

tank_temp = remTemp2 * 0.25; must be multiplied by 0.25, ie divided by 4

........
by Vladimir_C
19 Feb 2014 14:36
Forum: mikroC PRO for ARM General
Topic: example for mlx90614 and STM32
Replies: 12
Views: 10605

Re: example for mlx90614 and STM32

please indicate
This is the correct code to read the STM32?

Code: Select all

     I2C2_Start();
     I2C2_Write(_IR_THERMO_ADDR ,Temp_Source ,1,END_MODE_RESTART);
     I2C2_Read(_IR_THERMO_ADDR ,Temp_var,2,END_MODE_STOP);
by Vladimir_C
18 Feb 2014 16:04
Forum: mikroC PRO for ARM General
Topic: example for mlx90614 and STM32
Replies: 12
Views: 10605

example for mlx90614 and STM32

Hi Who can share an example for mlx90614 and STM32 ? // Ir Termo click constants const _IR_THERMO_ADDR = 0x5A; const _AMB_TEMP = 0x06; const _OBJ_TEMP = 0x07; // Globals float Temp,Temp1; // Function ReadSensor(char Temp_Source) float ReadSensor(char Temp_Source){ unsigned char Temp_var[2]; I2C2_Sta...
by Vladimir_C
14 Feb 2014 10:01
Forum: Website & Forums Wishlist
Topic: Compilers Price are not realistic !
Replies: 23
Views: 32583

Re: Compilers Price are not realistic !

Hi
The price is good.
Personally, I'm willing to pay more if the library will be open ...
As this will save time and understand what is happening in your programe
Many forums categorically do not recommend the use of compiler Mikroe, reason: Closed Libraries
Sorry for my english

Go to advanced search