Greg Barski
Greg Barski
> HI @mczerski Yes you're right. Those definitions are generic and based on CMSIS input for all series. That's why it is possible to redefine all. You can simply define...
@fpistm Thank you. I try to base on the same datasheet. My device has 31 pages of main memory. I just tried to fix the configuration values for FLASH_PAGE_SIZE, E2END...
Yes, I did. Considering "empty" project, it's possible to write/update each single flash "cell" inside of ```setup()``` function. The problem occurs, when program is "fully initialised" and all objects are...
Thank you for this investigation. I'll be testing it according to this path and will share the results.
I also got the same problem frequently. The menu is not visible until windows got resized. Calling `window.invalidate()` does not hepl too.