Search found 428 matches

by fotios
Mon Jun 04, 2018 9:27 am
Forum: E-blocks
Topic: BL0061+STM32F401 PWM bug
Replies: 6
Views: 7172

BL0061+STM32F401 PWM bug

Hi everyone
With the help of Ben we have debugged the digital I/O ports and the LCD display so far.
Now we have to debug the PWM functionality of micro.
The output is TIM1_CH1 assigned to the pin 41 (PA8) of STM32F401 and connected to the bus F6 of BL0061.
Here the fcf:
PWM_STM.fcfx
(11.3 KiB) Downloaded 346 times
by fotios
Fri Jun 01, 2018 5:28 pm
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi Ben
Yes, it is fixed and LCD works just fine. :D
Thank you!

We have tested and working digital outputs and LCD display so far.
Next step will be a test of PWM channels.
by fotios
Fri Jun 01, 2018 10:27 am
Forum: E-blocks
Topic: BL0080 problem
Replies: 6
Views: 7312

Re: BL0080 problem

Hi Ben
After updating the FC7 LCD component with the new LCD.fcpx, neither BL0080 works right now.
Please note that I had no problem with it and P16F18877 so far.
See how it prints
IMG_20180601_121419.jpg
IMG_20180601_121419.jpg (168.08 KiB) Viewed 7204 times
Here my simple fcf to test LCD
LCDtest.fcfx
(10.56 KiB) Downloaded 321 times
by fotios
Fri Jun 01, 2018 7:25 am
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi Ben Unfortunately, the 4X20 LCD doesn't work. It remains blank. Did you use the BL0114 combo like me? I did copy/paste of your file and the old LCD.fcpx in FC7 has been replaced. Now I also have a problem with the BL0080 programmer which worked just fine with the P16F18877 so far. The display of ...
by fotios
Tue May 29, 2018 9:43 am
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

The preinstalled STM32F401RC micro on BL0061, can also be programmed using the ST-LINK/V2 and the ST Visual Programmer application. You have to solder a 5-pin header on BL0061 and to assemble a 20p flat ribbon cable, terminated at a 20p IDC socket on one end (ST-LINK side) and a 5-pin housing on the...
by fotios
Fri May 25, 2018 7:35 pm
Forum: E-blocks
Topic: BL0080 problem
Replies: 6
Views: 7312

Re: BL0080 problem

Hi Ben
Any good news to solve the BL0080 problem?
Thanks
by fotios
Fri May 25, 2018 7:17 pm
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi Ben
Any good news for LCD?
I'm going to develop a project that will also include 2-3 PWM channels, 2 ADC channels, SPI or I2C bus.
I had in mind to give a try in the Cortex M4 micro STM32F303RE which is supported by FC7.
Thanks for any help
by fotios
Wed May 16, 2018 7:58 pm
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Oh sorry :oops:
Here the right fcf
Fotis_0.fcfx
(10.16 KiB) Downloaded 304 times
by fotios
Wed May 16, 2018 5:54 pm
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi Ben
Thanks a lot for the help
Here the simple fcf code for the LCD
Fotis_0.fcfx
(10.54 KiB) Downloaded 288 times
by fotios
Wed May 16, 2018 11:23 am
Forum: E-blocks
Topic: BL0080 problem
Replies: 6
Views: 7312

Re: BL0080 problem

Please note that:
I have compiled with success in the past an FCF code for 4X20 LCD display, using the FC v7 and as target either a P16F1939 or a P16F1789 but as a programmer I used my old EB-006 board.
I think the problem is on the side of BL0080 and not on BL0114.
Thanks
by fotios
Wed May 16, 2018 11:00 am
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hello, If your outputting a value to an 8-bit port then you need to send the value 255 to set all the port pins. Sending the value 1 will simply output a high to pin 0 and a low to the rest of the pins. You can output a 1 or 0 to higher pins using the output icon in single pin mode. Here's another ...
by fotios
Wed May 16, 2018 7:54 am
Forum: E-blocks
Topic: BL0080 problem
Replies: 6
Views: 7312

BL0080 problem

Hi everyone I just checked the new E-blocks2 BL0080 PIC multi-programmer with the BL0114 combo board. I compiled a small fcf just to check the 4X20 LCD display of BL0114. With the stocked P16F18877 the code is normally compiled without errors and the LCD works as in the code. I replaced the P16F1887...
by fotios
Tue May 15, 2018 12:03 pm
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi Ben
Sorry, my mistake. I forgot it. :oops:
I can confirm that all LEDs are working just fine and as in the code.
That resolved.
Just now i tried the LCD display of BL0114 without success.
I will give again a try after a couple of hours and will let you know.
Thanks
by fotios
Mon May 14, 2018 8:53 pm
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi Ben Thanks for the new config table. It looks that is correct. However the BL0114 board is working now... partially :D Only PortA.0 and PortB.0 LEDs are working as in the program loop. I tried to output "1" in entire PortA and PortB, or PortA.1 and PortB.1, or PortA.7 and PortB.7 without success....
by fotios
Fri May 11, 2018 6:54 pm
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi Ben
Thanks for the file but the problem remains the same.
by fotios
Thu May 10, 2018 10:22 am
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi, I have not yet tested this on a target board yet, but I presume you don't see the LED flash? could this be due to missing delay after setting B0 to 0? Hi, No, LEDs doesn't flash, neither turned on. I have connected the BL0114 either in ports A and B, or B and C. After compiling, all LEDs are st...
by fotios
Thu May 10, 2018 7:45 am
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi everyone I followed your suggestions and now the compiler does not show error messages, and that the file has been sent to target. See please: Fotis_0.msg.txt However, the code actually is not compiled in the onboard micro STM32F401. During compiling, i can see the onboard LED USB to flicker. But...
by fotios
Wed May 09, 2018 10:59 am
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi everyone Thanks for the link. I installed the patch but still receive errors from the compiler. However, many of the initial errors have been removed. The error report text from the compiler is the half now :D Here is the latest compiler text file Fotis_0.msg.txt As for the mLoader, the installed...
by fotios
Wed May 09, 2018 6:37 am
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

Re: BL0061 USB drivers

Hi Ben Thank you for the reply I purchased the bundle BL0596 which except the BL0061, also includes the E-blocks2 BL0114 Combo board with multiple LEDs, Switches, LCD etc. I did manually the installation of BL0061 USB drivers, using the device manager of windows with success. However, I don't know i...
by fotios
Mon May 07, 2018 6:37 pm
Forum: E-blocks
Topic: BL0061 USB drivers
Replies: 29
Views: 20424

BL0061 USB drivers

Hello

I received the new E-blocks2 ST-ARM programming board BL0061 but cannot find its USB driver.

The mLoader (v 4.0.0.1) does not recognize the BL0061 as well.

Could you help me, please?

Thanks
by fotios
Wed Apr 04, 2018 9:33 pm
Forum: General Programming
Topic: Capture of Peak voltage with ADC
Replies: 2
Views: 2472

Re: Capture of Peak voltage with ADC

Hi Martin Thank you for the advice. However it mostly seems to be a joy with delays, to obtain more stable readings of ADC. To the present, i use the function generator to produce the PWM signal by changing its pulse width and level. Maybe the actual project will produce more stable pulses at the th...
by fotios
Wed Apr 04, 2018 1:27 pm
Forum: General Programming
Topic: Capture of Peak voltage with ADC
Replies: 2
Views: 2472

Capture of Peak voltage with ADC

Hi everyone I have the following problem: A PWM signal with modulated duty cycle from 5 to 95%, that is produced by the source in 4 different levels: 3.0Vp (byte value = 153) 2.72Vp (byte value = 139) 2.33Vp (byte value = 119) 1.94Vp (byte value = 99) Which is the best way to catch only the peak lev...
by fotios
Tue Jan 09, 2018 12:55 pm
Forum: Bug reports
Topic: First LCD digit is shaded
Replies: 10
Views: 5742

Re: First LCD digit is shaded

Hello Giuseppe,
I forgot that Intel i3 has built-in video processor and had never enabled it. The MoBo also includes DVI output. So enabled the video processor and connected the monitor to MoBo DVI. Resolution and refresh rate remains good and the issue of LCD display in FC has been resolved.
Thanks
by fotios
Sat Jan 06, 2018 6:49 am
Forum: Bug reports
Topic: First LCD digit is shaded
Replies: 10
Views: 5742

Re: First LCD digit is shaded

Hi Giuseppe Yes, if i delete the ASUS HD-6670 drivers and let windows to install the Microsoft default driver the problem of LCD and details is solved. But a new problem arises. The resolution and the aspect ratio of the monitor are affected. The monitor is a DELL U2412M with 1920 X 1200 resolution....
by fotios
Fri Jan 05, 2018 7:51 pm
Forum: Bug reports
Topic: First LCD digit is shaded
Replies: 10
Views: 5742

Re: First LCD digit is shaded

Hi Ben
No luck. The chipset of graphics card is AMD-Radeon and instead OpenGL is referred to as OpenCL. I can't make any modification.
Thanks