Search found 7 matches

by davidkilshaw2
Thu Oct 14, 2021 2:35 pm
Forum: General
Topic: Printing float numbers to 2 decimal places
Replies: 1
Views: 1156

Printing float numbers to 2 decimal places

I know that you can shorten a float in a calculation but is there a way of using the print string function in an LCD display to only print 2 decimal places directly without having to go through the data manipualtion before hand ?
by davidkilshaw2
Thu Oct 14, 2021 2:33 pm
Forum: User Components
Topic: setting up i2c master with an ltc 4151
Replies: 3
Views: 2387

Re: setting up i2c master with an ltc 4151

the issue was the I2C was set to channel 1 not software. When changed all was sorted. BTW what is the difference between software and digital 1
by davidkilshaw2
Tue Oct 12, 2021 10:58 am
Forum: User Components
Topic: setting up i2c master with an ltc 4151
Replies: 3
Views: 2387

setting up i2c master with an ltc 4151

Im trying to use an ltc 4151 current and voltage monitor with the i2c master macro in flowcode. To say the least im struggleing a bit here. IS there an example of how this has been done previous? The device is set to I2C Address DE and there are a number of registers that can be accessed. I cannot s...
by davidkilshaw2
Mon Oct 04, 2021 3:39 pm
Forum: General
Topic: STM32 nucleo boards
Replies: 5
Views: 2259

Re: STM32 nucleo boards

Thankyou.

That worked
by davidkilshaw2
Mon Oct 04, 2021 1:08 pm
Forum: General
Topic: STM32 nucleo boards
Replies: 5
Views: 2259

Re: STM32 nucleo boards

OK ive managed to copy the BIN accross manually and it programs correctly. So how do i point the program to write the file to the drive ? I have selected the Nucleo version of the chip text from window as programming " 4048 4 1644 5696 1640 ..\flashled.elf Compilation successful Using FCD settings f...
by davidkilshaw2
Mon Oct 04, 2021 12:55 pm
Forum: General
Topic: STM32 nucleo boards
Replies: 5
Views: 2259

Re: STM32 nucleo boards

it does detect a drive

NODE_F030RD (D:)

can you explain how to do it manually please?
by davidkilshaw2
Mon Oct 04, 2021 10:47 am
Forum: General
Topic: STM32 nucleo boards
Replies: 5
Views: 2259

STM32 nucleo boards

Ive been working with pic micros for a long time and have been asked recently to compile some code onto and STM 32 so have used the Nucleo F030r8 board, All i am trying to do at the moment is flash an led. Once thats working then move onto other things I can compile and create hex but i cannot flash...