Search found 137 matches

by Alan_37
Sun Mar 07, 2021 10:20 pm
Forum: Bug Reports
Topic: Error compiling to Target
Replies: 3
Views: 2387

Re: Error compiling to Target

Hi, LeighM Thanks for your reply

Can you please explain how do I do that cos I don't see any roll back button
in the update section.
by Alan_37
Fri Mar 05, 2021 10:01 pm
Forum: Bug Reports
Topic: Error compiling to Target
Replies: 3
Views: 2387

Error compiling to Target

Hi , After I made the library Updates I get the following Errors compiling to Target any ideas what could be please? Target folder: C:\Users\alanc\Desktop\X-Core V8.51\X-Core STM V9.4 Source name: C:\Users\alanc\Desktop\X-Core V8.51\X-Core STM V9.4\STM_MUX.fcfx Title: Description: Device: ARM.F4.32F...
by Alan_37
Sat Feb 06, 2021 9:05 pm
Forum: Feature Requests
Topic: Flash Memory Status
Replies: 2
Views: 2195

Re: Flash Memory Status

Hi Oscar, Thanks for your reply I have searched a bit on the net and could not find a tool that does that so I thought I build one myself and dedicated around 2 hours to this. Using Labview I was able to build a tool that reads the hex file and calculates the space taken and what's left here is a sc...
by Alan_37
Fri Feb 05, 2021 1:29 pm
Forum: Feature Requests
Topic: Flash Memory Status
Replies: 2
Views: 2195

Flash Memory Status

Hi, When I am programming I usually wonder how much space I have left on the Microcontroller.

Could we have some tool to indicate this ? or maybe already there and I don't know about it? :)
by Alan_37
Mon Feb 01, 2021 8:56 pm
Forum: Feature Requests
Topic: MCP23017 I2C Address
Replies: 4
Views: 2992

Re: MCP23017 I2C Address

Hi Ben

Just tested it, works great! Thanks very much for your help.
by Alan_37
Mon Feb 01, 2021 9:36 am
Forum: Feature Requests
Topic: MCP23017 I2C Address
Replies: 4
Views: 2992

MCP23017 I2C Address

Hi I am currently working with multiple MCP23017 modules and noticed that if we Could change the Module Address in the program Would save a lot of space. Right now I am duplicating the macros just for talking to a different module when we could just set a different address in the beginning and use t...
by Alan_37
Fri Dec 25, 2020 3:04 pm
Forum: Bug Reports
Topic: FLOWCODE 9 MCP23017 PROBLEM
Replies: 26
Views: 14412

Re: FLOWCODE 9 MCP23017 PROBLEM

Hi David, I just started playing with the MCP23017 according to the datasheet you have to set Port B in your case to be an OUTPUT, this is done by writing the IODIRB register. Putting a value of 0 will set the entire Port B to be an Output. Working fine on the STM32, I hope this helps. - reg.png
by Alan_37
Sat Dec 19, 2020 11:21 am
Forum: Bug Reports
Topic: ESP32 WIFI
Replies: 4
Views: 2980

Re: ESP32 WIFI

Hi Stefan

Yes I was able to get rid of that error now I can see the right messages
but still, when I Scan the 2.4ghz I don't see the SSID AP43 in this case .
-
AP.png
AP.png (59.36 KiB) Viewed 2924 times
by Alan_37
Fri Dec 18, 2020 1:30 pm
Forum: Bug Reports
Topic: ESP32 WIFI
Replies: 4
Views: 2980

Re: ESP32 WIFI

Hi LeighM,

Thanks for your reply, if you don't have the same problem could be that I Installed some different version of
the toolchain or something?

OK this is not urgent so don't worry just playing here, will tackle this after the festive season :)

Enjoy it and stay safe.
by Alan_37
Thu Dec 17, 2020 9:19 pm
Forum: Bug Reports
Topic: ESP32 WIFI
Replies: 4
Views: 2980

ESP32 WIFI

Hi , Just started playing with the esp32 and for now, I am just testing some functions to see what it can do. So made this simple Code to create an Access point and I can see that there is a bug, The access point does not get created and in the rs232 debug messages can see the following. [0;32mI (72...