Search found 113 matches
- Fri Apr 25, 2025 8:59 pm
- Forum: General
- Topic: MCP23017 INPUT POLARITY
- Replies: 9
- Views: 3998
Re: MCP23017 INPUT POLARITY
I thought about it and I don't know if it can have a practical effect in some application, from the datasheet I saw that INTA and INTB can be combined, so maybe you can use a single micro pin for the interrupt
- Fri Apr 25, 2025 11:20 am
- Forum: General
- Topic: MCP23017 INPUT POLARITY
- Replies: 9
- Views: 3998
Re: MCP23017 INPUT POLARITY
thanks for the component modification, the ConfigureIOC and ReadINTFlag functions work on portA, on portB I couldn't test them because I don't have a ready HW, but if you want I'll set up something quick to try
- Thu Apr 24, 2025 10:25 pm
- Forum: General
- Topic: MCP23017 INPUT POLARITY
- Replies: 9
- Views: 3998
Re: MCP23017 INPUT POLARITY
HI, if it can be useful to someone I managed to activate the INTA interrupt by modifying the GPINTENA register at address 0x04, inserting 255 modifies all 8 inputs of portA, (verified and it works) if you also need it on portB you have to modify GPINTENB at address 0x05 (I haven't tried this yet), I...
- Wed Apr 23, 2025 4:41 pm
- Forum: General
- Topic: MCP23017 INPUT POLARITY
- Replies: 9
- Views: 3998
Re: MCP23017 INPUT POLARITY
Ok thanks Martin it works I was misled by the description of the parameter that indicates 0 or 1, I take this opportunity to ask you another question about the component and precisely about the use of INTA and INTB that in the idle state are in the HIGH state to switch to the LOW state when the 2301...
- Wed Apr 23, 2025 11:47 am
- Forum: General
- Topic: MCP23017 INPUT POLARITY
- Replies: 9
- Views: 3998
MCP23017 INPUT POLARITY
HI, I'm trying an MCP23017 to expand the inputs, I noticed that when I use the ConfigureInversion function only A0 inverts the logical state from HIGH to LOW, to do some tests I only connected the first 4 inputs, as Hardware everything seems fine the inputs are all HIGH and when I close the contacts...
- Wed Apr 23, 2025 9:51 am
- Forum: Bug Reports
- Topic: STM32 COMPILATION PROBLEM
- Replies: 3
- Views: 2478
Re: STM32 COMPILATION PROBLEM
OK done, thanks
- Tue Apr 22, 2025 2:34 pm
- Forum: Bug Reports
- Topic: STM32 COMPILATION PROBLEM
- Replies: 3
- Views: 2478
STM32 COMPILATION PROBLEM
HI I made a small code to test the analog inputs on the blackpill board that mounts a STM32F411RET using FC10, but during compilation I have many errors, I replicated the same code on FC9 which compiles correctly and the code on STM32 works correctly, I attach the 2 codes and error report of the FC1...
- Mon Apr 14, 2025 10:29 pm
- Forum: Feature Requests
- Topic: sleep,stand-by mode
- Replies: 1
- Views: 1598
sleep,stand-by mode
since in many battery-powered IOT systems attention is paid to energy consumption, could you implement the sleep and stand-by functions of the various micros in the components?
thanks
thanks
- Mon Apr 14, 2025 10:22 pm
- Forum: General
- Topic: STM32F411 wake-up with internal RTC
- Replies: 0
- Views: 420
STM32F411 wake-up with internal RTC
Hi everyone, I wanted to ask if with the internal RTC of the stm32f411 it was possible to wake up the micro from sleep or standby conditions for example every 5 minutes, if so how can it be done?
tank's to all
tank's to all
- Wed Apr 02, 2025 9:03 pm
- Forum: General
- Topic: STM32F QUESTIONS
- Replies: 20
- Views: 8551
Re: STM32F QUESTIONS
ok thanks, I just saw your answer now, when I have some time I'll try
thanks
thanks