• where does the dfu botloader live?
    Trying to understand a bit more about the bootloader with the stm32f chips. Is the dfu bootloader written to 0x1fff? When I use the boot reset 0,1 mode it does work and the data sheet says it boots to...
  • about conf_tny.a51
    In my project, Some events must be checked per 1ms.so i want to add the code to the tick ISR in the conf_tny.a51. but i do not want the Task Switching tick so small. i want to Keep the Task Switching...
  • Can't build with conf_tny.a51 in project
    I get the error CONF_TNY.A51(1): error A43: RESPECIFIED PRIMARY CONTROL for the 1st line the file which is $DEBUGPUBLICS TIA Andy
  • Adding CONF_TNY.A51 to Traffic.c example
    Newbie question I'm trying to add CONF_TNY.A51 to the traffic.c example so that I can change the value of INT_CLOCK to reflect the real value of the hardware. 'INT_CLOCK EQU 12283 ; 14.74Mhz clock'...
  • error A45: UNDEFINED SYMBOL in Conf_tny.a51
    I use the same Conf_tny.a51 file in a project with and without bank switching. And in the project that uses banks, I have the error A45 with the STACK_ERROR object. Does someone know why it happens...