Search found 19 matches
- Sun Jan 12, 2025 2:50 pm
- Forum: Forum rules, FAQs and HowTo's
- Topic: Are email notifications working?
- Replies: 2
- Views: 386
Re: Are email notifications working?
Okay. Thanks.
- Sun Jan 12, 2025 12:42 pm
- Forum: Forum rules, FAQs and HowTo's
- Topic: Are email notifications working?
- Replies: 2
- Views: 386
Are email notifications working?
I asked a question recently, and got a reply but I had to poll for it - I didn't get an email notification despite having these options set:
Notify me upon replies by default:
Yes
Someone replies to a topic to which you are subscribed [EMAIL ticked/checked]
I have checked my spam bin. Do ...
Notify me upon replies by default:
Yes
Someone replies to a topic to which you are subscribed [EMAIL ticked/checked]
I have checked my spam bin. Do ...
- Fri Jan 10, 2025 12:24 pm
- Forum: General discussion
- Topic: Nucleo-144 STM32F756ZG Virtual COM ports and Serial<n>
- Replies: 2
- Views: 294
Re: Nucleo-144 STM32F756ZG Virtual COM ports and Serial<n>
I have enabled USB CDC, yes, but out of habit. I think I needed that for the STM32F407G Discovery. I didn't know the consequences. I thought I had to do that to get USB serial output at all.
I'm still not entirely clear what those options do. The descriptions of them in the Arduino Tools menu are a ...
I'm still not entirely clear what those options do. The descriptions of them in the Arduino Tools menu are a ...
- Fri Jan 10, 2025 9:18 am
- Forum: General discussion
- Topic: Nucleo-144 STM32F756ZG Virtual COM ports and Serial<n>
- Replies: 2
- Views: 294
Nucleo-144 STM32F756ZG Virtual COM ports and Serial<n>
How can I find which USART is connected to Serial , on the Nucleo-144 STM32F746ZG? I've searched, and looked at the variant definition, but I can't figure it out. It's currently connected to the user micro USB port, by default.
What I'd like to do is define the ST-Link one as Serial and have the ...
What I'd like to do is define the ST-Link one as Serial and have the ...
- Tue Jan 07, 2020 8:14 pm
- Forum: General discussion
- Topic: Using UART
- Replies: 2
- Views: 4889
Re: Using UART
It's usual to have something like this, in setup() :
Serial.begin(115200);
- but there's an optional second parameter, called config, which has more options, so you can set things like parity, number of stop bits, and so on, by choosing a configuration off a list of alternatives.
Here's the ...
Serial.begin(115200);
- but there's an optional second parameter, called config, which has more options, so you can set things like parity, number of stop bits, and so on, by choosing a configuration off a list of alternatives.
Here's the ...
- Tue Jan 07, 2020 7:08 pm
- Forum: Ideas & suggestions
- Topic: RSS Feed
- Replies: 3
- Views: 19940
Re: RSS Feed
I've never really used them, but that looks useful, just as it is.
It seems like a good way to keep up without having to dive into different areas of the forum to check them all.
Could we have a link from the main site, maybe in the header of each page?
It seems like a good way to keep up without having to dive into different areas of the forum to check them all.
Could we have a link from the main site, maybe in the header of each page?
- Tue Jan 07, 2020 7:05 pm
- Forum: General discussion
- Topic: I2C synchronous/blocking issue
- Replies: 5
- Views: 6565
Re: I2C synchronous/blocking issue
My impression is that I2C reads are blocking, which introduces occasional delays on the other periodic operation (samples processing + SPI). Is this really the case? If so, is there any workaround?
I2C/IIC is fairly slow, so you'd probably need to make sure each operation didn't happen until ...
- Tue Jan 07, 2020 6:49 pm
- Forum: Ideas & suggestions
- Topic: The following words in your search query were ignored because they are too common words: port serial com
- Replies: 8
- Views: 37602
Re: The following words in your search query were ignored because they are too common words: port serial com
That sounds promising. Thanks, fpiSTM.
- Mon Jan 06, 2020 4:07 pm
- Forum: Ideas & suggestions
- Topic: The following words in your search query were ignored because they are too common words: port serial com
- Replies: 8
- Views: 37602
Re: The following words in your search query were ignored because they are too common words: port serial com
Currently, I'v made no change on how phpBB manage search.
I'm open to all suggestion to optimize it anyway I guess the default should be fine regarding phpBB legacy.
I used to use a radio control forum which used phpBB, and looked similar to this one. The search got progressively worse, until it ...
- Tue Dec 31, 2019 7:17 pm
- Forum: General discussion
- Topic: DDRX function on STM32
- Replies: 7
- Views: 22402
Re: DDRX function on STM32
I hadn't seen this thread before. I was effectively asking the same thing, yesterday, but I was thinking more of parallel I/O. This thread has a lot more of the details than I managed to find, so I've linked to it, from there:
https://www.stm32duino.com/viewtopic.php?f=7&t=59&p=297#p297
Short ...
https://www.stm32duino.com/viewtopic.php?f=7&t=59&p=297#p297
Short ...