STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

hello i'm trying to make a project whit stm32f401ve and Digital Thermometer DS1621 using I2C protocol, and I have a problem whit i2c receive. here is my source code and photos of datasheet and simulation any help will be appreciated

 static const uint16_t TEMP_ADRESS = 0x48<<1; int main(void) { HAL_StatusTypeDef RETURN ; uint8_t buffer[1]; uint8_t buffer2[2]; uint16_t Val ; float temp_c ;   HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_I2C1_Init();   buffer[0]=0x...

0693W00000Y9DtmQAF.png 0693W00000Y9DvTQAV.png 0693W00000Y9DvnQAF.png 0693W00000Y9DvxQAF.png
SEKLAMIN by Associate II
  • 426 Views
  • 2 replies
  • 1 kudos

Resolved! QSPI nCS behavior on STM32H747

Hello,I am facing an issue with nCS pin of QSPI on STM32H747BIT.Reference manual indicates that SCLK is supposed to wait one period after nCS fall before starting operations :But I do not observe this wait on my board.*Yellow is the clock *Blue is th...

0693W00000Y9DHOQA3.png 0693W00000Y9DIlQAN.png 0693W00000Y9DIbQAN.png
BBute.1 by Associate II
  • 825 Views
  • 1 replies
  • 0 kudos

Resolved! C question on pointers???

Hello all....Ok....not sure what i am missing here but this fails miserably....The compiler hates when I try and assign test = The return function works fine, I have made the return variable static so as not to lose the scope....test is an array so I...

SWenn.1 by Senior III
  • 1158 Views
  • 11 replies
  • 1 kudos

Transition from PIC

Hello AllNoob question here - seeking advice.I've been using PICs for many years now and writing only in assembler. I've reached the end of my tether with microchip and the lottery of which IDE will work with which programming tool and with which dev...

AThor.2 by Associate II
  • 1745 Views
  • 12 replies
  • 0 kudos