read out protect
Posted on April 26, 2013 at 10:19Hi all, I have a problem with ROP. when I enable it, I can not using boot loader. Can I disable ROP in my code or how to using boot loader when ROP enable Best regards Thinh
Posted on April 26, 2013 at 10:19Hi all, I have a problem with ROP. when I enable it, I can not using boot loader. Can I disable ROP in my code or how to using boot loader when ROP enable Best regards Thinh
Posted on April 24, 2013 at 16:11 Hi together, I'm writing a application for a STM8S207C8 (64k flash).Currently my code needs 50kB of the flash, what means that the ''magic'' address 0xFFFF is crossed. Therefore I use the compile...
Posted on April 12, 2013 at 16:51... because there is a bug in the fw library.There is a bug in STM8l FWLIB V1.01The bug is file stm8l15x_beep.cvoid BEEP_LSClockToTIMConnectCmd(FunctionalState NewState){ /* Check the parameters */ assert_param(IS_...
Posted on April 10, 2013 at 16:13 STLED316S I would like some clear instructionsthat inform me how to communicate with the STLED316S.I have the STEVAL-ICB003V board,viewing the communications on a logic analyzer, and attempting to duplicate the s...
Posted on April 10, 2013 at 14:13Hi all, I have a specific needs for a project. In this project I use a STM8AL3L66 but my question is a general question about the interrupt in the STM8 family. Is that an interrupt can be interrupted by the same inte...
Posted on April 05, 2013 at 09:54Hello, is there any information about the AC characteristics like SINAD or ENOB of the 12-Bit ADC? Gregor #adc-characteristics
Posted on April 03, 2013 at 00:51I need to combine some datas in a txt archive and save it in the memory of stm8l discovery. I have saw that the demo board has got 30 Mbyte and I would not require an sd card or an other external memory type.¿Could ...
Posted on March 26, 2013 at 05:48I cant seem to decipher the TIM1 registers to get a basic timer function similar to TIM2 or TIM4. Count UP and interrupt only if you reach the auto-reload period. In my application I reset the counter to 0 before th...
Posted on March 23, 2013 at 18:04 I'm trying to compare an input string, and using the COSMIC C environment. I've had no luck with their supplied strcmp function, so I gave up and wrote my own... But still wondering what is wrong... ...
Posted on June 18, 2012 at 01:09I want to send 6 Bytes by I2C to slave, but when I send address slave and wait for ACK the is no reaction. I used 10k pull-up resistor.CLOCK_SPEED = 100000=100kHzBUFFERSIZE = 6/******************** main.c ***********...