Search found 2780 matches

by Mince-n-Tatties
09 Mar 2022 21:50
Forum: ARM AI Compilers
Topic: missing graphics in the GUI
Replies: 4
Views: 1912

Re: missing graphics in the GUI

Hi filip, you can see from the screen that i was in the process of building a setup. box at the bottom shows that there are options which have no image. Sorry, I can't really give any greater detail than that. There has been an IDE update since this happened. I will report back if i come across it a...
by Mince-n-Tatties
09 Mar 2022 21:42
Forum: ARM AI Compilers
Topic: which SDK
Replies: 2
Views: 1314

Re: which SDK

Hi filip,

Thank you for that info.
by Mince-n-Tatties
28 Feb 2022 16:50
Forum: mikroC PRO for ARM General
Topic: pressure 4 click example wont build
Replies: 7
Views: 1627

Re: pressure 4 click example wont build

ran the weather click example (albeit for a BME280, register map is the same for Temp and Pressure) I get readings now, the pressure is too high (this will just be math) but at least it reacts to pressure change and the temp is VERY high (again this will just be math) but also reacts to change. This...
by Mince-n-Tatties
28 Feb 2022 15:31
Forum: mikroC PRO for ARM General
Topic: pressure 4 click example wont build
Replies: 7
Views: 1627

Re: pressure 4 click example wont build

joy is short lived. as the library is closed i cant debug very far (without going to ASM) following the flow, i can see that I2C communication with the BMP280 is good, otherwise it would fail at pressure4_init. However it is obviously blocked somewhere when trying to collect the Temperature... fail ...
by Mince-n-Tatties
28 Feb 2022 14:54
Forum: mikroC PRO for ARM General
Topic: pressure 4 click example wont build
Replies: 7
Views: 1627

Re: pressure 4 click example wont build

Thank you Filip,

super fast response and accurate.

pressure 4 click F107 good build.jpg
pressure 4 click F107 good build.jpg (30.53 KiB) Viewed 1603 times
by Mince-n-Tatties
26 Feb 2022 00:08
Forum: mikroC PRO for ARM General
Topic: pressure 4 click example wont build
Replies: 7
Views: 1627

Re: pressure 4 click example wont build

pressure 4 click F107 rebuild all sources used.jpg
pressure 4 click F107 rebuild all sources used.jpg (28.84 KiB) Viewed 1625 times
build for F107VG
pressure 4 click F107 build info.jpg
pressure 4 click F107 build info.jpg (35 KiB) Viewed 1625 times
Build for F407VG
pressure 4 click F407 build info.jpg
pressure 4 click F407 build info.jpg (35.76 KiB) Viewed 1625 times
by Mince-n-Tatties
26 Feb 2022 00:03
Forum: mikroC PRO for ARM General
Topic: pressure 4 click example wont build
Replies: 7
Views: 1627

pressure 4 click example wont build

Hi All, I have a been fighting with mikroE pressure click 4 example on mikroC pro and Necto. only really interested in mikro C pro ARM just now MC pro 6.2.0 with license EasyMx PRO v7 with either STM32F107VG or STM32F407VG (tried to compile for both) pressure 4 click F107 lib installed.jpg pressure ...
by Mince-n-Tatties
21 Feb 2022 22:42
Forum: ARM AI Compilers
Topic: why is the value not within scope?
Replies: 2
Views: 1386

why is the value not within scope?

debugging on real hardware, why is the value out of scope?

Debug Values not available.jpg
Debug Values not available.jpg (28.21 KiB) Viewed 1386 times
by Mince-n-Tatties
21 Feb 2022 20:47
Forum: ARM AI Compilers
Topic: missing graphics in the GUI
Replies: 4
Views: 1912

missing graphics in the GUI

missing items on the GUI.jpg
missing items on the GUI.jpg (20.05 KiB) Viewed 1912 times
by Mince-n-Tatties
21 Feb 2022 18:34
Forum: ARM AI Compilers
Topic: which SDK
Replies: 2
Views: 1314

which SDK

Without having to guess... how do i know which SDK does a particular example code run on. So i search for pressure click 4, download the example etc. Then i need to generate a setup profile which this example would work under, as part of that i need to define the SDK. How do i know which SDK without...
by Mince-n-Tatties
05 Feb 2021 13:50
Forum: mikroC PRO for PIC General
Topic: UART1 and UART2 interrupt request
Replies: 5
Views: 1138

Re: UART1 and UART2 interrupt request

take your pick https://uk.farnell.com/webapp/wcs/stores/servlet/ParametricCategoryDisplay?beginIndex=0&categoryId=700000005191&catalogId=15001&langId=44&storeId=10151&krypto=UVhOXFcmBwtbiiRJtzdmUDMb%2FK25Cawu%2BdM%2Bq0OFHgt8y8GUqmsCbzIMzq8scibjbLAUjXJuW9ePkSErDrp93zNcZHhz8Ch82%2FmcTRJXprKGRj6j7AXq7Y...
by Mince-n-Tatties
16 Sep 2020 13:13
Forum: mikroC PRO for ARM General
Topic: STM32F103VG I2C1
Replies: 8
Views: 2071

Re: STM32F103VG I2C1

Hi Filip, The STCube code does not run into a stop timeout, so it is not implementing the callback to get out and this i know for a fact because i am am running JTAG with breakpoints in the error trap routines and they are NEVER triggered. It simply works as any I2C library should at the most basic ...
by Mince-n-Tatties
11 Sep 2020 17:49
Forum: mikroC PRO for ARM General
Topic: STM32F103VG I2C1
Replies: 8
Views: 2071

Re: STM32F103VG I2C1

i just went and built the same basic program in STM32Cube and it NEVER breaks EVER. Slave connected or NOT connected. It took 5 minutes to complete the project compared to 3 days of fighting with mikroC, i am a huge fan of mikroE and i am so disappointed to report this. :( :( :( This is No Slave fit...
by Mince-n-Tatties
11 Sep 2020 16:51
Forum: mikroC PRO for ARM General
Topic: STM32F103VG I2C1
Replies: 8
Views: 2071

Re: STM32F103VG I2C1

Hi filip,

Ok so i am not missing something.

thanks for the quick response

Cheers
Mince
by Mince-n-Tatties
11 Sep 2020 13:55
Forum: mikroC PRO for ARM General
Topic: STM32F103VG I2C1
Replies: 8
Views: 2071

Re: STM32F103VG I2C1

Hi Filip can you please take my basic code and show me that function implemented into it, such that it will compile? There is only a master on the bus and the master should send the stop. So you are saying then that your library does not send a stop if it does not see an ACK when expected and then i...

Go to advanced search