Search found 16 matches

by Dracog71
06 May 2015 01:29
Forum: Development Boards
Topic: stm32 mini m4 system_stm32f4xx.c
Replies: 5
Views: 4058

Re: stm32 mini m4 system_stm32f4xx.c

Hi everyone!! in fact your file works, but, stm32f415RG restarts itself, i'm working with KEIL 5.04 if you're training with a push button that turns on a led, it works, or even the blinking led . BUT in debbuger mode the uC it's going to "reset_handler" and its reseting all, so, no variables can be ...
by Dracog71
09 Feb 2015 07:29
Forum: mikroC PRO for ARM General
Topic: Flash write corrupting program on STM32F4
Replies: 3
Views: 3383

Re: Flash write corrupting program on STM32F4

Hi hbomber !! Need your help, i'm trying to save some data to MINI-M4 for STM32, but a can't trying to undersantd the library of MikroC, i made this: Flash(){ Flash_Unlock; for(i=0; i<32; i++) buff =0; j = 48 ; for(i=0; i<32; i++) buff = j ; //FLASH_ErasePage(Address); // erase block (Address must b...
by Dracog71
14 Aug 2014 23:33
Forum: mikroBasic PRO for ARM General
Topic: EXTI
Replies: 6
Views: 7842

Re: EXTI

For those how are looking for the same, and seeing that no one post usefull info (no here but in other forums evn in ST), here's some of the documentation i foud: First of all, the datasheet of the STM32F415RG (MINI-M4) http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datashe...
by Dracog71
13 Aug 2014 01:13
Forum: Libstock Discussion
Topic: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Solution
Replies: 77
Views: 887329

Re: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Soluti

Thank you for gave me good example. I would like to know, how I can the hyperterminal communicate with LCD via wifi click? Is it possible I edit the example wifi control for that? First, you need to know, how the microcontroler communicate to LCD, how can u send it info, then, in my code where it c...
by Dracog71
13 Aug 2014 00:59
Forum: mikroC PRO for ARM General
Topic: How to read quad encoder interface!
Replies: 7
Views: 4398

Re: How to read quad encoder interface!

HI! Bandyt ! I'm new in this and I need your help!, I understand that stm32f415 has a timer that can read the quadrature for encoder, and i'm very interesting in your code, but, I cannot imagine how can I use that to read how many pulses does the encoder. Could you plz upload the project, complete t...
by Dracog71
03 Aug 2014 22:07
Forum: mikroC PRO for ARM General
Topic: Programming Mini M4 for STM with Pickit V2 ???
Replies: 1
Views: 1640

Programming Mini M4 for STM with Pickit V2 ???

Hi! me again, in this moment i dont have neither the mikropro nor the ST LINK V2, just the pickit 2.0 and I lost the "Bootloader", i was making some test with "FLASH" library, so, now i have no way to upload code to the board, is it possible to program the mini m4 for STM32 with the pickit V2?? I wa...
by Dracog71
01 Aug 2014 08:07
Forum: mikroC PRO for ARM General
Topic: Save data In the MINI-M4, possible?
Replies: 5
Views: 2403

Re: Save data In the MINI-M4, possible?

that's what i was searching for, i had come idea that "flash library" could help, thanks for your reply!..

In the mini m4, is there some page or sector that i must not touch ?? , like the secot rof bootloader?.. if yes, how can i see or know where that data is written??

Tnks again!..
by Dracog71
30 Jul 2014 18:08
Forum: mikroC PRO for ARM General
Topic: Save data In the MINI-M4, possible?
Replies: 5
Views: 2403

Re: Save data In the MINI-M4, possible?

Hi! Tnks for the answer!.. First of all, my code it's been programmed using HID bootloader, the deal is, I have this parameter : unsigned int key[] = "password" And i wanna save this "Password" sended via USB cable, all the code to receive that info from USB sended by a program writed in .net its re...
by Dracog71
29 Jul 2014 20:30
Forum: mikroC PRO for ARM General
Topic: Save data In the MINI-M4, possible?
Replies: 5
Views: 2403

Save data In the MINI-M4, possible?

Hi! There's some parameters of my code that changes constantly and I need to open MikroC for ARM but I wanna send those information to the MINI-M4 via USB cable. The configuration and comunication via USB has no trouble. BUT!, when I restart the MINI-M4 all data is lost, so, i wanna save that info I...
by Dracog71
29 Jul 2014 20:14
Forum: mikroC PRO for ARM General
Topic: Wifi Plus click and W8 Adhoc network problem
Replies: 2
Views: 1665

Re: Wifi Plus click and W8 Adhoc network problem

Me again!, the main problem is Windows 8.1 and the wifi adapter "Qualcomm atheros AR4985", this prolem was gone when i downgrade to W 8.

So, if you're havin troubles with Wifi plus click and windows 8.1, it should be cause the driver isnt updated or it even not work in W8.1.
by Dracog71
29 Jul 2014 19:59
Forum: Libstock Discussion
Topic: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Solution
Replies: 77
Views: 887329

Re: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Soluti

Me again!, to make it works with an infrastructure network with WPA-PSK security, all "connection profiles" ned to be in mode "2", //Net_Wireless_MCW1001_SetSecurity_WPA(_NET_WIRELESS_MCW1001_CP_2, _NET_WIRELESS_MCW1001_WPA_PSK2, &key); search and change avery "CP_1" to "CP_2" and it will work!
by Dracog71
18 Jul 2014 01:32
Forum: mikroC PRO for ARM General
Topic: DHCP Lease Process
Replies: 5
Views: 2793

Re: DHCP Lease Process

You need something like this void MCU_Init() { // Initialization of timer.............. RCC_APB1ENR.TIM2EN = 1; // Enable clock gating for timer module 2 TIM2_CR1.CEN = 0; // Disable timer TIM2_PSC = 213; // Set timer prescaler. TIM2_ARR = 65420; NVIC_IntEnable(IVT_INT_TIM2); // Enable timer interru...
by Dracog71
18 Jul 2014 01:23
Forum: mikroC PRO for ARM General
Topic: Wifi Plus click and W8 Adhoc network problem
Replies: 2
Views: 1665

Re: Wifi Plus click and W8 Adhoc network problem

Here again! , i was testing my configuration all day long and i found some interesting things. First of all, this works for WPA security access Net_Wireless_MCW1001_SetSecurity_WPA(_NET_WIRELESS_MCW1001_CP_1, _NET_WIRELESS_MCW1001_WPA_PSK2, &key); Second, i use "vistumbler" an app, that shows all pa...
by Dracog71
17 Jul 2014 01:32
Forum: Libstock Discussion
Topic: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Solution
Replies: 77
Views: 887329

Re: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Soluti

Hi AGAIN!, i just make this run in STM32, with an adhoc open network, but when y wanna make it connect to a WPA2-PSK network, with the parameters the library helps says, it did not work, even if I copy the explame as it is in the library, the compilers marks an error //Net_Wireless_MCW1001_SetSecuri...
by Dracog71
16 Jul 2014 23:22
Forum: mikroC PRO for ARM General
Topic: Wifi Plus click and W8 Adhoc network problem
Replies: 2
Views: 1665

Wifi Plus click and W8 Adhoc network problem

Hi! , i've the Wifi plus click and the Mini-M4 (just for the record) I'm new here, and i have some questions about Wifi plus click and WPA security access.. The thing is that, if i create an ADHOC network in W7, all my configuration works well, but when i try to connect to W8 adhoc network, it didn'...

Go to advanced search