Search found 89 matches
- Wed Jun 08, 2022 4:45 pm
- Forum: Bug Reports
- Topic: SPI SLAVE stm32f401
- Replies: 0
- Views: 4206
SPI SLAVE stm32f401
Hello I am trying to use the spi slave macro but I get the following error " Flowcode1.o: In function `main': Flowcode1.c:(.text.startup.main+0x60): undefined reference to `FC_CAL_SPI_Slave_RxByte_1' collect2.exe: error: ld returned 1 exit status Error(s) in build C:\ProgramData\MatrixTSL\Flowc...
- Thu Feb 03, 2022 9:47 am
- Forum: General
- Topic: Esp32 Power management
- Replies: 12
- Views: 13542
Re: Esp32 Power management
Hi Mju20
Honestly, I spent a few days doing some rehearsal but I didn't get great results. Then I left it and turned to something else
Honestly, I spent a few days doing some rehearsal but I didn't get great results. Then I left it and turned to something else
- Mon Sep 27, 2021 2:23 pm
- Forum: General
- Topic: Esp32 Power management
- Replies: 12
- Views: 13542
Esp32 Power management
Hi
I'm trying to figure out how to be able to activate the various energy modes of esp32.
Could you kindly give some examples and indicate which libraries to include to activate the various modes and how to get out of the low-power modes?
Kind regards
I'm trying to figure out how to be able to activate the various energy modes of esp32.
Could you kindly give some examples and indicate which libraries to include to activate the various modes and how to get out of the low-power modes?
Kind regards
- Fri Sep 17, 2021 5:18 pm
- Forum: Feature Requests
- Topic: Suggestions for new microcontroller support
- Replies: 65
- Views: 195732
Re: Suggestions for new microcontroller support
Hello
is it possible to add this mcu PIC32MM0128GPM036-I/MV of the mm family?
Kind Regards
is it possible to add this mcu PIC32MM0128GPM036-I/MV of the mm family?
Kind Regards
- Tue Sep 14, 2021 1:27 pm
- Forum: General
- Topic: CONFIG_COMPILER_OPTIMIZATION esp32
- Replies: 1
- Views: 2950
CONFIG_COMPILER_OPTIMIZATION esp32
Hello
I'm trying to figure out how to change this option to be able to try out different levels of optimization.
Could you tell me a method to change these options?
thanks !
I'm trying to figure out how to change this option to be able to try out different levels of optimization.
Could you tell me a method to change these options?
thanks !
- Tue Aug 31, 2021 9:37 am
- Forum: Bug Reports
- Topic: glcd Space Character
- Replies: 1
- Views: 2781
glcd Space Character
Hi I am trying to use the new fonts but I have the following problem The space character does not print correctly If I write a string with " < HI > " what is printed is "< HI >" and not " < HI > " In the previous version this problem did not exist kind regards
- Thu Jul 29, 2021 9:30 pm
- Forum: Feature Requests
- Topic: Suggestions for new microcontroller support
- Replies: 65
- Views: 195732
Re: Suggestions for new microcontroller support
Hello Any chance to put STM32G081KBT6 in the current flowcode version? the current chip shortage is very critical and the stm32 products currently available are in the G or L family. I understand the hard work behind making support for a new mcu family compatible, but it would be truly appreciated K...
- Mon Jul 19, 2021 8:23 pm
- Forum: Bug Reports
- Topic: STM32 I2C master BUG
- Replies: 7
- Views: 7720
Re: STM32 I2C master BUG
Hi ben & medelec
Thanks for your explanations. Now everything works!
Kind regards
Thanks for your explanations. Now everything works!
Kind regards
- Fri Jul 16, 2021 10:48 am
- Forum: Bug Reports
- Topic: STM32 I2C master BUG
- Replies: 7
- Views: 7720
Re: STM32 I2C master BUG
Hello
How can I set the new address in the new macro? it consists of two parts (H and L)
For example 0x38, 0x40, 0x0E, 0x10
maybe 0x38, 78, 0x10, 2 ?
Kind regards
How can I set the new address in the new macro? it consists of two parts (H and L)
For example 0x38, 0x40, 0x0E, 0x10
maybe 0x38, 78, 0x10, 2 ?
Kind regards
- Thu Jul 15, 2021 4:06 pm
- Forum: Bug Reports
- Topic: STM32 I2C master BUG
- Replies: 7
- Views: 7720
Re: STM32 I2C master BUG
Hi Medelec
Thanks for the advice
I changed all SendByteTransaction with GenericWriteRegister. It compiles correctly but it doesn't work ...
Has something else changed or is it just a rename?
Kind regards
EDIT: Macros appear to be slightly different
Thanks for the advice
I changed all SendByteTransaction with GenericWriteRegister. It compiles correctly but it doesn't work ...
Has something else changed or is it just a rename?
Kind regards
EDIT: Macros appear to be slightly different