STM32F072RBT Nucleoboard I2C not working properly
Posted on December 06, 2017 at 09:18The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 06, 2017 at 09:18The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 07, 2017 at 05:59Thx for reading,I am using I2C of STM32L476, and have one Master , two Slave device.Slave1 will go into STOP mode, and need wake up by I2C.Slave2 not be polling by Master every 100ms.But after Slave1 into STOP mod...
Posted on December 07, 2017 at 05:43Hi, I use 3channel of SDADC in injected mode.My error is SDADC value is saved anothor variables.SDADC1 result -> saved at SDADC2 variable.SDADC2 result -> saved at SDADC3 variable.SDADC3 result -> saved at SDADC1 ...
Posted on December 06, 2017 at 23:27Hello everybody! I'm trying to implement some examples using the hal spi library in the B-L072Z-LRWAN1 (LoraWAN Discovery Board). This board has a STM32LO on it, and I'm trying to implement spi communication with ...
Posted on December 06, 2017 at 18:29I'm writing code that can run on both 405 and 407 processors but the device signature is the same for both. How can my code tell which it is running on?Thanks
Posted on December 06, 2017 at 20:28We need to know if, according to AN2606, STM processors require the other boot methods to be quiescent (inactive or dormant) in order not to lock up the system.To explain this issue, on another STM processor in th...
Posted on December 06, 2017 at 18:27Hello. I configured stm32 PB11 and PB10 as SDA and SCL pins then i connected GY-30 BH1750 light sensor.It's address is 0x23 when ADDR pin connected to GND.POWER_ON 0x01RESET 0x07BH1750_CONTINUOUS_HIGH_RES_MODE 0x...
Posted on August 23, 2016 at 07:23Some of the timers that contain multiple channels are supposed to be able to support a one pulse mode where a delay precedes the pulse after a trigger is received. However in CubeMX I cannot see how to set that up....
Posted on December 06, 2017 at 13:11Hello,I can't find the information about the LPUART Fifo deepth neither in the datasheet nor the rm0432 not the systemheaders (stm32l4rXxx.h). Do I overlook it?I guess it is 8 bytes like in the other u(s)art of th...
Posted on December 06, 2017 at 16:07I have follow sequence in my linker script:.test : { . = ALIGN(4); LONG ( _estack ) ; LONG ( Reset_Handler + 1 ); . = ALIGN(4); } >FLASH (=0x8000000 )Reset_Handler: /* 0x8001xxx */ ldr r0, =_estack /* Breakpoint *...