I am facing some issue.I have described some steps below,please go through it and let me how can I fix this issue through Software?Is there any flag need to clear/set or anything?I am using TJA1028 LIN transreceiver for this.Monitor LIN bus and +5VCo...
Hi,I am working with the STM8AF5286UDY and am trying to set up a CAN interface.For programming, I use the standard peripheral library. At the moment, my CAN interface works fine. The only thing, which does not work, is the filtering.I use extended ID...
hi, every one I observed that in S1 type s19 file, the content is started with adress 8080, and in the end, there is 8000 adress, why they are given like that, there is any specific reason, can i make it in order by making change in settings in my I...
I am using STM8L052C6T6.Current MCU knows that EEPROM is 256Bytes (0x1000 ~ 0x10FF).What happens if you use more than 0x10FF to put data in the reserved area address?If you do so, will the value of 0x1100 be put in 0x1000?And what happens if the MCU'...
Dear SDCC users,On the 30th of January SDCC 4.0.0 has been released.As always it has been put online in the SourceForge File section.https://sourceforge.net/projects/sdcc/files/There have been various improvements, both features and bug fixes sinceSD...
Hi all,I tried to configure STM8AF62Ax's TIM1 in center-aligned mode to generate 1kHz PWM output.Also I'd like to generate a 2kHz interrupt by both overflow and underflow update event in TIM1.Now I can measure PWM patterns on scope, but the interru...
standard IAR program. Transmit works normally ( without interrupts ).Receiving doesn't work not with flag polling, not with interrupt. I have seen in Internet similar questions, but no one answer with reasonable explanation or unconditionally working...