Search found 7 matches
- Thu Oct 14, 2021 2:35 pm
- Forum: General
- Topic: Printing float numbers to 2 decimal places
- Replies: 1
- Views: 2415
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 ?
- Thu Oct 14, 2021 2:33 pm
- Forum: User Components
- Topic: setting up i2c master with an ltc 4151
- Replies: 3
- Views: 4902
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
- Tue Oct 12, 2021 10:58 am
- Forum: User Components
- Topic: setting up i2c master with an ltc 4151
- Replies: 3
- Views: 4902
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...
- Mon Oct 04, 2021 3:39 pm
- Forum: General
- Topic: STM32 nucleo boards
- Replies: 5
- Views: 4226
Re: STM32 nucleo boards
Thankyou.
That worked
That worked
- Mon Oct 04, 2021 1:08 pm
- Forum: General
- Topic: STM32 nucleo boards
- Replies: 5
- Views: 4226
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 setti...
- Mon Oct 04, 2021 12:55 pm
- Forum: General
- Topic: STM32 nucleo boards
- Replies: 5
- Views: 4226
Re: STM32 nucleo boards
it does detect a drive
NODE_F030RD (D:)
can you explain how to do it manually please?
NODE_F030RD (D:)
can you explain how to do it manually please?
- Mon Oct 04, 2021 10:47 am
- Forum: General
- Topic: STM32 nucleo boards
- Replies: 5
- Views: 4226
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...