Search found 17 matches

by gojdic5678
30 Mar 2022 08:31
Forum: ARM AI Compilers
Topic: Timers
Replies: 3
Views: 1647

Re: Timers

also interested in this example, thank you

EDIT: of course speaking of mikroSDK 2.5 at least
by gojdic5678
23 Mar 2022 16:41
Forum: ARM AI Compilers
Topic: Example write to flash/eeprom in NECTO
Replies: 1
Views: 1247

Example write to flash/eeprom in NECTO

Hi,
I am looking for example that would work in NECTO to write/read from flash/eeprom on STM32F407ZG or any STM32
The extra clicker is being considered, but I try to save space on mikroBUS. Thank you
by gojdic5678
23 Mar 2022 15:07
Forum: IDE
Topic: Can't connect to MCU anymore
Replies: 9
Views: 2524

Re: Can't connect to MCU anymore

any help please? should I open the ticket. thank you
by gojdic5678
13 Mar 2022 12:07
Forum: IDE
Topic: Can't connect to MCU anymore
Replies: 9
Views: 2524

Re: Can't connect to MCU anymore

Hi, I verified the paths. Just to clarify, I have 2 ARM MCUs, I can connect to second one easily.
The first one is not downloadable, however works as its flashing LEDs and found when scanning:
codegripPath.png
codegripPath.png (61.57 KiB) Viewed 2382 times

Here is the codegrip path You asked me to check:
codegripFoundBoard.png
codegripFoundBoard.png (23.6 KiB) Viewed 2382 times
by gojdic5678
10 Mar 2022 16:03
Forum: IDE
Topic: Can't connect to MCU anymore
Replies: 9
Views: 2524

Re: Can't connect to MCU anymore

I get error no ST-LINK found when I try to download the same example from mikroC PRO.
by gojdic5678
09 Mar 2022 16:14
Forum: Development Boards
Topic: Diff Press Click example ADC value stuck
Replies: 6
Views: 1217

Re: Diff Press Click example ADC value stuck

Solved by reinstalling NECTO studio. I can finally get values from every Diff Press Click.

The sensor's MIN MAX values in example are around:
+3.445312 kPa
-3.448730 kPa

Not +-7 kPa.

Thanks Darko for help
by gojdic5678
09 Mar 2022 11:10
Forum: Development Boards
Topic: Diff Press Click example ADC value stuck
Replies: 6
Views: 1217

Re: Diff Press Click example ADC value stuck

I started testing if SDA and SCL pins are correctly expanded via DIFFPRESS_MAP_MIKROBUS( cfg, mikrobus ) macro: MIKROBUS_1 SCL = 24 SDA = 25 diffpress_cfg_setup( &cfg ); DIFFPRESS_MAP_MIKROBUS( cfg, MIKROBUS_1 ); valueSCL = cfg.scl; valueSDA = cfg.sda; MIKROBUS_2 SCL = 24 SDA = 25 diffpress_cfg_setu...
by gojdic5678
08 Mar 2022 16:28
Forum: IDE
Topic: Can't connect to MCU anymore
Replies: 9
Views: 2524

Re: Can't connect to MCU anymore

Hi Filip, this is the code that has been downloaded to mentioned MCU, from mikroC PRO for ARM. It's an example code LedBlinking.mcpar and it is currently working, my LEDs are flashing. However still not able to download anything new to this MCU. I hope I answered correctly. /* Project name: Led_Blin...
by gojdic5678
08 Mar 2022 16:11
Forum: Development Boards
Topic: Diff Press Click example ADC value stuck
Replies: 6
Views: 1217

Re: Diff Press Click example ADC value stuck

I have Proximity 15 click with i2c interface, which I tested. If I plug it into mikroBUS socket 1 and configure 5: PROXIMITY15_MAP_MIKROBUS( proximity15_cfg, MIKROBUS_5 ); It will work anyway... Besides, this was to test that i2c is working. I still have no data comming from Diff Press Click. Is the...
by gojdic5678
07 Mar 2022 18:48
Forum: Development Boards
Topic: Diff Press Click example ADC value stuck
Replies: 6
Views: 1217

Re: Diff Press Click example ADC value stuck

None of these i2c functions return error: DIFFPRESS_RETVAL diffpress_init ( diffpress_t *ctx, diffpress_cfg_t *cfg ) { i2c_master_config_t i2c_cfg; i2c_master_configure_default( &i2c_cfg ); i2c_cfg.speed = cfg->i2c_speed; i2c_cfg.scl = cfg->scl; i2c_cfg.sda = cfg->sda; ctx->slave_address = cfg->i2c_...
by gojdic5678
07 Mar 2022 13:54
Forum: Development Boards
Topic: Diff Press Click example ADC value stuck
Replies: 6
Views: 1217

Diff Press Click example ADC value stuck

Hello, I am developing on Fusion for ARM V8 board, with STM32F745ZGT6 Downloaded Diff Press Click example with MPXV7007DP sensor. I edited example to see values coming from ADC converter of that click board: void application_task ( void ) { pressure_difference = diffpress_get_pressure_difference( &d...
by gojdic5678
04 Mar 2022 15:16
Forum: ARM AI Compilers
Topic: Trying to update Label
Replies: 9
Views: 3268

Re: Trying to update Label

Hi, You can also do something like this for example : gl_set_brush_style(GL_BRUSH_STYLE_FILL); gl_set_brush_color(main_screen.screen_data->color); gl_set_pen(GL_BLACK,0); gl_draw_rect(620,350,120,90); vtft_draw_component(_vtft,(vtft_component *)main_screen.Label2); Be sure to include gl.h in your s...
by gojdic5678
04 Mar 2022 13:34
Forum: Visual TFT AI
Topic: Access properties of screen objects from code (designer)
Replies: 5
Views: 1944

Re: Access properties of screen objects from code (designer)

ok so it looks like this is the way:
main_screen.Button1 -> text.caption = "Hello";

seen here:
viewtopic.php?f=238&t=77793
by gojdic5678
04 Mar 2022 13:23
Forum: IDE
Topic: Can't connect to MCU anymore
Replies: 9
Views: 2524

Re: Can't connect to MCU anymore

when I change mcu for a different ARM chip I have, it works fine. is there anything that might got changed inside mcu?
by gojdic5678
03 Mar 2022 14:48
Forum: Visual TFT AI
Topic: Access properties of screen objects from code (designer)
Replies: 5
Views: 1944

Re: Access properties of screen objects from code (designer)

so the redraw screen function from mikroSDK is: vtft_refresh_current_screen(_vtft); but you didn't answered how to access particular objects, as he tried to access them according to VisualTFT help: objects_props.png if you try to access objects properties via its name created in Designer, you will g...

Go to advanced search