Im currently working on stm32f103r8. Now i need to interface the adx345 through SPI in stm32 also i coded for this,issue im getting here is when the simulation is running the SS is not getting low it is always in high state.please notify my mistakes...
I coded for usart communication in stm32f103r8.In this i'm getting the garbage value as output.given below is my program,kindly help me to correct my program.****#include "stm32f10x.h"#include "stm32f10x_usart.h"void usartSetup (void);int SendChar ()...
programmed in IAR, for debugging im using stm32-utility,in this when i try to connect the target it shows can not connect to the target.What i did in this is 1.connected the jtag pins with respective.2.power supply 3.3v3.NRST is high4.BOOT0 is high
Hi Sir,Thank you so much for your valuable concern and program. The program given by you is executing properly,but here when i try this hex file in proteus v8 i didn't get the response. Is there any function you have to make usart3 work in proteus. A...
Hi Sir,As far now i researched many examples and topics related to this ,at the end i didn't get the usart initialize.Below is my program for usart3 to Tx/Rx data. If you don't mind please validate my program and rectify it, or please send me a prog...
The above program is perfectly working for USART1, but if i adjust the registers for USART3 it is not working there is no signal passing. Is there any specific clock division or registers to enable.